Skip to content

Commit

Permalink
remove netcoreapp3.1 target
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Mörner committed Mar 1, 2024
1 parent dc58df7 commit d2921e5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/SoapCore/SoapCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>SOAP protocol middleware for ASP.NET Core</Description>
<Version>1.1.0.46</Version>
<Authors>Digital Design</Authors>
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net7.0;net8.0</TargetFrameworks>
<PackageId>SoapCore</PackageId>
<PackageTags>SOAP;ASP.NET Core</PackageTags>
<PackageProjectUrl>https://github.com/DigDes/SoapCore</PackageProjectUrl>
Expand Down Expand Up @@ -37,12 +37,6 @@
<PackageReference Include="System.CodeDom" Version="4.7.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.8.1" />
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'netcoreapp3.1'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="System.CodeDom" Version="4.7.0" />
<PackageReference Include="System.ServiceModel.Http" Version="4.8.1" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework) == 'net7.0'">
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="System.CodeDom" Version="7.0.0" />
Expand Down

0 comments on commit d2921e5

Please sign in to comment.