Skip to content

Commit 61ab712

Browse files
committed
Remove ExcludeAssets
1 parent 9542489 commit 61ab712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestAssets/TestProjects/RazorSimpleMvc22/SimpleMvc22.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" ExcludeAssets="runtime"/>
21+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146"/>
2222
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.6" PrivateAssets="All" />
2323
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
2424
</ItemGroup>

0 commit comments

Comments
 (0)