|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net6.0;netstandard2.0;netstandard2.1</TargetFrameworks> |
|
|
|
<TargetFrameworks>net461;netcoreapp3.1;net6.0;netstandard2.0;netstandard2.1</TargetFrameworks> |
|
|
|
<IncludeBuildOutput>false</IncludeBuildOutput> |
|
|
|
<IncludeSymbols>false</IncludeSymbols> |
|
|
|
</PropertyGroup> |
|
|
|
@ -28,7 +28,6 @@ To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the |
|
|
|
<ItemGroup> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\net461\_._" /> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\netcoreapp3.1\_._" /> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\net5.0\_._" /> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\net6.0\_._" /> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\netstandard2.0\_._" /> |
|
|
|
<None Include="_._" Pack="true" PackagePath="lib\netstandard2.1\_._" /> |
|
|
|
|