removed Release-net48 build target

This commit is contained in:
2022-03-31 00:32:19 +03:00
parent 911dd91ded
commit 1416b83dc5
5 changed files with 15 additions and 21 deletions

View File

@@ -15,9 +15,6 @@
<ProjectReference Include="..\DTLib\DTLib.csproj" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release-net48' ">
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
<Reference Include="System.Net" />
<Reference Include="System.Net.Http" />