Retarget Virtu to .NET Standard 2.0 + .NET Core 3.1
This commit is contained in:
parent
0dd5b2a80d
commit
57ab8356e5
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue