Skip to content

Commit 640611c

Browse files
Update deps
1 parent 9fc8c18 commit 640611c

4 files changed

Lines changed: 13 additions & 18 deletions

File tree

samples/AvaloniaApp/AvaloniaApp.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
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.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" />
20-
<!--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.13" />
16+
<PackageReference Include="Avalonia" Version="12.0.0" />
17+
<PackageReference Include="Avalonia.Desktop" Version="12.0.0" />
18+
<PackageReference Include="Avalonia.Themes.Fluent" Version="12.0.0" />
19+
<PackageReference Include="Avalonia.Fonts.Inter" Version="12.0.0" />
2220
</ItemGroup>
2321

2422
<ItemGroup>

samples/AvaloniaSimpleApp/AvaloniaSimpleApp.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
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.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" />
17-
<!--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.13" />
13+
<PackageReference Include="Avalonia" Version="12.0.0" />
14+
<PackageReference Include="Avalonia.Desktop" Version="12.0.0" />
15+
<PackageReference Include="Avalonia.Themes.Fluent" Version="12.0.0" />
16+
<PackageReference Include="Avalonia.Fonts.Inter" Version="12.0.0" />
1917
</ItemGroup>
2018
</Project>

samples/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<LangVersion>latest</LangVersion>
9+
<NoWarn>$(NoWarn);NU1903</NoWarn>
910
</PropertyGroup>
1011

1112
</Project>

samples/SingleRootAvaloniaApp/SingleRootAvaloniaApp.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
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.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" />
21-
<!--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.13" />
17+
<PackageReference Include="Avalonia" Version="12.0.0" />
18+
<PackageReference Include="Avalonia.Desktop" Version="12.0.0" />
19+
<PackageReference Include="Avalonia.Themes.Fluent" Version="12.0.0" />
20+
<PackageReference Include="Avalonia.Fonts.Inter" Version="12.0.0" />
2321
</ItemGroup>
2422

2523
</Project>

0 commit comments

Comments
 (0)