Retarget Virtu to .NET Standard 2.0 + .NET Core 3.1

This commit is contained in:
YoshiRulz 2020-02-23 06:27:26 +10:00
parent 0dd5b2a80d
commit 57ab8356e5
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 5 deletions

View File

@ -1,12 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(ProjectDir)../../Common.props" />
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
</PropertyGroup>
<Import Project="$(ProjectDir)../../CommonRefAssemblies.props" Condition=" '$(OS)' != 'Windows_NT' " />
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Update="Cpu.Data.cs" DependentUpon="Cpu.cs" />
<Compile Update="Memory.Data.cs" DependentUpon="Memory.cs" />