Skip to content

Commit 2f9878d

Browse files
committed
fix: Wrong SDK version
1 parent 6d5850b commit 2f9878d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bunit.template/template/Company.BlazorTests1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="bunit" Version="#{RELEASE_VERSION}#" />
21-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.16.0" />
21+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.6.0" />
2222
<PackageReference Include="coverlet.collector" Version="10.0.1">
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)