Skip to content

Commit

Permalink
chore: set target framework to netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeljko-at-bunny committed Dec 18, 2023
1 parent 3c062f9 commit e08fdb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FursTax/FursTax.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Library</OutputType>
<LangVersion>default</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.2.0" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
</ItemGroup>

Expand Down

0 comments on commit e08fdb3

Please sign in to comment.