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 9fb10c6 commit a47d0cfCopy full SHA for a47d0cf
src/Components/Blazor/Build/testassets/Directory.Build.props
@@ -10,4 +10,16 @@
10
11
<Import Project="$(RepoRoot)eng\Versions.props" />
12
13
-</Project>
+ <ItemGroup>
14
+ <!-- Use the sample compiler \ SDK that the rest of our build uses-->
15
+ <PackageReference Include="Microsoft.Net.Compilers.Toolset"
16
+ Version="$(MicrosoftNetCompilersToolsetPackageVersion)"
17
+ PrivateAssets="all"
18
+ IsImplicitlyDefined="true" />
19
+
20
+ <PackageReference Include="Microsoft.NET.Sdk.Razor"
21
+ Version="$(MicrosoftNETSdkRazorPackageVersion)"
22
+ PrivateAssets="All"
23
24
+ </ItemGroup>
25
+</Project>
0 commit comments