(testing) Re-add <Reference/>s
This commit is contained in:
parent
57ab8356e5
commit
e5aceb8c94
|
@ -3,6 +3,15 @@
|
|||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Update="Cpu.Data.cs" DependentUpon="Cpu.cs" />
|
||||
<Compile Update="Memory.Data.cs" DependentUpon="Memory.cs" />
|
||||
|
|
Loading…
Reference in New Issue