Skip to content

Commit

Permalink
Merge pull request #459 from filipw/reference-assemblies
Browse files Browse the repository at this point in the history
Use Microsoft.NETFramework.ReferenceAssemblies
  • Loading branch information
filipw committed May 26, 2019
2 parents 5b359ee + 9222785 commit 8577e2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 45 deletions.
39 changes: 0 additions & 39 deletions build/netfx.props

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
</PropertyGroup>

<Import Project="../../build/netfx.props" />

<ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
Expand All @@ -27,5 +25,5 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>

0 comments on commit 8577e2b

Please sign in to comment.