Skip to content

Commit

Permalink
Use newer target frameworks for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed May 7, 2021
1 parent a0db35e commit 96cc0d2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions XmpCore.Tests/XmpCore.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp1.0;net452</TargetFrameworks>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dotnet5.4;portable-net451+win8</PackageTargetFallback>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">1.0.4</RuntimeFrameworkVersion>
<TargetFrameworks>net5.0;net48</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XmpCore\XmpCore.csproj" />
Expand All @@ -14,11 +11,4 @@
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.2.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>

0 comments on commit 96cc0d2

Please sign in to comment.