Skip to content

Commit 0988256

Browse files
Update deps
1 parent c13c6a9 commit 0988256

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

samples/AvaloniaApp/AvaloniaApp.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<ProjectReference Include="..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
1414
<ProjectReference Include="..\..\src\Pure.DI\Pure.DI.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
1515
<ProjectReference Include="..\Clock\Clock.csproj"/>
16-
<PackageReference Include="Avalonia" Version="11.3.12" />
17-
<PackageReference Include="Avalonia.Desktop" Version="11.3.12" />
18-
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.12" />
19-
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.12" />
16+
<PackageReference Include="Avalonia" Version="11.3.13" />
17+
<PackageReference Include="Avalonia.Desktop" Version="11.3.13" />
18+
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.13" />
19+
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.13" />
2020
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
21-
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.12" />
21+
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.13" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

samples/AvaloniaSimpleApp/AvaloniaSimpleApp.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
1212
<ProjectReference Include="..\..\src\Pure.DI\Pure.DI.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
13-
<PackageReference Include="Avalonia" Version="11.3.12" />
14-
<PackageReference Include="Avalonia.Desktop" Version="11.3.12" />
15-
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.12" />
16-
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.12" />
13+
<PackageReference Include="Avalonia" Version="11.3.13" />
14+
<PackageReference Include="Avalonia.Desktop" Version="11.3.13" />
15+
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.13" />
16+
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.13" />
1717
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
18-
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.12" />
18+
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.13" />
1919
</ItemGroup>
2020
</Project>

samples/SingleRootAvaloniaApp/SingleRootAvaloniaApp.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<ProjectReference Include="..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
1515
<ProjectReference Include="..\..\src\Pure.DI\Pure.DI.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
1616
<ProjectReference Include="..\Clock\Clock.csproj"/>
17-
<PackageReference Include="Avalonia" Version="11.3.12" />
18-
<PackageReference Include="Avalonia.Desktop" Version="11.3.12" />
19-
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.12" />
20-
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.12" />
17+
<PackageReference Include="Avalonia" Version="11.3.13" />
18+
<PackageReference Include="Avalonia.Desktop" Version="11.3.13" />
19+
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.3.13" />
20+
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.13" />
2121
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
22-
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.12" />
22+
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.13" />
2323
</ItemGroup>
2424

2525
</Project>

samples/WebAPI/WebAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectReference Include="..\..\src\Pure.DI.Core\Pure.DI.Core.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
99
<ProjectReference Include="..\..\src\Pure.DI\Pure.DI.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
1010
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.5" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.7" />
1212
<ProjectReference Include="..\Clock\Clock.csproj"/>
1313
<Compile Include="..\..\src\Pure.DI.MS\any\Pure.DI\MS\*.cs" Link=""/>
1414
</ItemGroup>

0 commit comments

Comments
 (0)