]> git.deb.at Git - rhonda/impostor.git/commitdiff
Impostor.Api to netstandard2.0
authorAeonLucid <aeonlucid@gmail.com>
Mon, 19 Oct 2020 14:25:40 +0000 (16:25 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Mon, 19 Oct 2020 14:25:40 +0000 (16:25 +0200)
src/Impostor.Api/Impostor.Api.csproj

index 7a1d3bb4b66e7af9ce93d6d353f0bc3063716ab3..9f65ba6d8de4067aa05c9afcf8fd79c738b6bdf7 100644 (file)
@@ -1,15 +1,20 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
     <PropertyGroup>
-        <TargetFramework>net5.0</TargetFramework>
+        <TargetFramework>netstandard2.0</TargetFramework>
         <DebugType Condition=" '$(Configuration)' == 'Release' ">None</DebugType>
         <CodeAnalysisRuleSet>ProjectRules.ruleset</CodeAnalysisRuleSet>
         <LangVersion>9</LangVersion>
     </PropertyGroup>
 
     <ItemGroup>
+      <PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.0" />
       <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0-rc.1.20451.14" />
       <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0-rc.1.20451.14" />
+      <PackageReference Include="Nullable" Version="1.3.0">
+        <PrivateAssets>all</PrivateAssets>
+        <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
+      </PackageReference>
       <PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
         <PrivateAssets>all</PrivateAssets>
         <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>