We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2099ef commit 91e3733Copy full SHA for 91e3733
Directory.Build.props
@@ -8,7 +8,7 @@
8
<!-- Reference .NET Framework reference assemblies, allows building on environments without .NET Framework installed
9
(e.g. Linux). Gets ignored on non-framework TFMs. -->
10
<ItemGroup>
11
- <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" />
+ <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
12
</ItemGroup>
13
14
</Project>
0 commit comments