Skip to content

Commit

Permalink
Cleanup csproj after removing NET Framework support.
Browse files Browse the repository at this point in the history
  • Loading branch information
metoule committed Mar 7, 2022
1 parent c4435a9 commit ddb3e61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions src/DynamicExpresso.Core/DynamicExpresso.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<VersionSuffix></VersionSuffix>
</PropertyGroup>


<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard2')) ">
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp5.0;netcoreapp3.1;net462</TargetFrameworks>
<TargetFrameworks>net5.0;netcoreapp3.1;net462</TargetFrameworks>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand All @@ -12,10 +12,6 @@
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
</ItemGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('net4')) ">
<Reference Include="Microsoft.CSharp" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\DynamicExpresso.Core\DynamicExpresso.Core.csproj" />
</ItemGroup>
Expand Down

0 comments on commit ddb3e61

Please sign in to comment.