This commit is contained in:
2022-04-11 01:48:43 +01:00
parent cba0720150
commit ee07affbbd
13 changed files with 102 additions and 17 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6</TargetFramework>
<TargetFrameworks>net45</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>
@ -15,6 +15,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\isn\isn.csproj" />
<Reference Include="System.Net.Http" />
</ItemGroup>
</Project>