Make everything compile with .NET Core 2.2.

This commit is contained in:
2019-10-25 23:20:16 +01:00
parent 1a5e9c8827
commit c37477c9fb
21 changed files with 71 additions and 219 deletions

View File

@@ -17,7 +17,7 @@
<Product>The Disc Image Chef</Product>
<Title>DiscImageChef.Filters</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net461;netstandard2.0;netcoreapp2.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<NrtRevisionFormat>$(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
@@ -74,8 +74,6 @@
<Name>DiscImageChef.Helpers</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup>
<PackageReference Include="SharpCompress" Version="0.24.0" />
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0" />