Skip to content

Commit

Permalink
Update target frameworks and package references
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Mar 14, 2022
1 parent 6c357a7 commit 954f936
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions src/Sodium.Core/Sodium.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>MonoAndroid90;Xamarin.iOS10;netstandard1.6;netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<Description>libsodium for .net core</Description>
<Copyright>Copyright © tabrath 2019</Copyright>
<AssemblyTitle>Sodium.Core</AssemblyTitle>
Expand Down Expand Up @@ -45,7 +45,6 @@

<ItemGroup>
<PackageReference Include="libsodium" Version="1.0.18" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

</Project>
12 changes: 5 additions & 7 deletions test/Sodium.Tests/Sodium.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
<StartupObject>Sodium.Tests.Program</StartupObject>
Expand All @@ -21,12 +21,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.msbuild" Version="2.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="Mono.Cecil" Version="0.10.0" />
<PackageReference Include="nunit" Version="3.10.1" />
<PackageReference Include="nunit3testadapter" Version="3.10.0" />
<PackageReference Include="NUnitLite" Version="3.10.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="nunit3testadapter" Version="4.2.1" />
<PackageReference Include="NUnitLite" Version="3.13.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Sodium.Core\Sodium.Core.csproj" />
Expand Down

0 comments on commit 954f936

Please sign in to comment.