We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef18fa commit 82ca420Copy full SHA for 82ca420
src/Components/Blazor/Build/testassets/Directory.Build.props
@@ -20,12 +20,12 @@
20
<ItemGroup>
21
<!-- Use the sample compiler \ SDK that the rest of our build uses-->
22
<PackageReference Include="Microsoft.Net.Compilers.Toolset"
23
- Version="3.7.0-1.20254.1"
+ Version="3.6.0-4.final"
24
PrivateAssets="all"
25
IsImplicitlyDefined="true" />
26
27
<PackageReference Include="Microsoft.NET.Sdk.Razor"
28
- Version="5.0.0-preview.5.20254.4"
+ Version="5.0.0-preview.3.20215.3"
29
PrivateAssets="All"
30
31
</ItemGroup>
0 commit comments