Skip to content

Commit 82ca420

Browse files
authored
Use versions available on nuget
1 parent 6ef18fa commit 82ca420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Blazor/Build/testassets/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<ItemGroup>
2121
<!-- Use the sample compiler \ SDK that the rest of our build uses-->
2222
<PackageReference Include="Microsoft.Net.Compilers.Toolset"
23-
Version="3.7.0-1.20254.1"
23+
Version="3.6.0-4.final"
2424
PrivateAssets="all"
2525
IsImplicitlyDefined="true" />
2626

2727
<PackageReference Include="Microsoft.NET.Sdk.Razor"
28-
Version="5.0.0-preview.5.20254.4"
28+
Version="5.0.0-preview.3.20215.3"
2929
PrivateAssets="All"
3030
IsImplicitlyDefined="true" />
3131
</ItemGroup>

0 commit comments

Comments
 (0)