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 21bd70d commit 21bc097Copy full SHA for 21bc097
Directory.Build.targets
@@ -11,11 +11,6 @@
11
<TargetFramework Condition=" '$(TargetFramework)' != '' ">$(NetCurrent)</TargetFramework>
12
</PropertyGroup>
13
14
- <!-- Allows build of .NET Framework assemblies on MacOS and Linux https://github.com/dotnet/designs/pull/33#issuecomment-489264196 -->
15
- <ItemGroup>
16
- <PackageReference Condition=" '$(OS)' != 'Windows_NT' " Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
17
- </ItemGroup>
18
-
19
<!-- Test project settings -->
20
<Choose>
21
<When Condition="$(TestProject) == 'true'">
0 commit comments