Skip to content

Commit 3fee8c7

Browse files
build: use central package management
1 parent 996c42c commit 3fee8c7

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

Directory.Packages.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project>
2+
<PropertyGroup>
3+
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4+
<NoWarn>NU1507</NoWarn>
5+
</PropertyGroup>
6+
<ItemGroup>
7+
<PackageVersion Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="8.0.71" />
8+
</ItemGroup>
9+
</Project>

src/BlazorDesktop.Templates/BlazorDesktop.Templates.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
<NoWarn>$(NoWarn);NU5128</NoWarn>
1515
</PropertyGroup>
1616

17-
<ItemGroup>
18-
<PackageReference Include="Microsoft.TemplateEngine.Tasks" Version="*" PrivateAssets="all" IsImplicitlyDefined="true" />
19-
</ItemGroup>
20-
2117
<ItemGroup>
2218
<Content Include="content\**\*" Exclude="content\**\bin\**;content\**\obj\**" />
2319
<Compile Remove="**\*" />

src/BlazorDesktop/BlazorDesktop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" Version="8.0.71" />
13+
<PackageReference Include="Microsoft.AspNetCore.Components.WebView.Wpf" />
1414
</ItemGroup>
1515

1616
</Project>

0 commit comments

Comments
 (0)