Skip to content

Commit

Permalink
#10 Add net 5 and dependency tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Apr 5, 2024
1 parent 5ea9bb6 commit 5fe885c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TurkishId/TurkishId.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Copyright>Copyright © Sedat Kapanoglu 2014-2020</Copyright>
<Version>3.2.0</Version>
<Authors>Sedat Kapanoglu</Authors>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFrameworks>netstandard2.1;net5.0</TargetFrameworks>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<AssemblyName>TurkishId</AssemblyName>
<PackageId>TurkishId</PackageId>
Expand Down Expand Up @@ -48,6 +48,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
</Project>

0 comments on commit 5fe885c

Please sign in to comment.