Skip to content

Commit 90c699a

Browse files
authored
Merge pull request msgpack#361 from thompson-tomo/chore/#359_AddMoreTFM
msgpack#359 add net core 3.1 & net 6
2 parents 3417b5e + a6d86ad commit 90c699a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/MsgPack/MsgPack.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ProjectGuid>{5BCEC32E-990E-4DE5-945F-BD27326A7418}</ProjectGuid>
55
<OutputType>Library</OutputType>
66
<AssemblyName>MsgPack</AssemblyName>
7-
<TargetFrameworks>net46;net35;net45;netstandard1.1;netstandard1.3;netstandard2.0;MonoAndroid10;Xamarin.iOS10;</TargetFrameworks>
7+
<TargetFrameworks>net46;net35;net45;netstandard1.1;netstandard1.3;netstandard2.0;MonoAndroid10;Xamarin.iOS10;netcoreapp3.1;net6.0</TargetFrameworks>
88
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
99
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
1010
<NuspecFile>$(SolutionDir)/msgpack.nuspec</NuspecFile>
@@ -16,7 +16,7 @@
1616
<PropertyGroup Condition="'$(Configuration)' != 'Release'">
1717
<OutputPath>bin\$(Configuration)\</OutputPath>
1818
</PropertyGroup>
19-
<ItemGroup Condition="'$(TargetFramework)' != 'uap10.0' and '$(TargetFramework)' != 'netstandard1.1' and '$(TargetFramework)' != 'netstandard1.3' and '$(TargetFramework)' != 'netstandard2.0'">
19+
<ItemGroup Condition="'$(TargetFramework)' == 'net35' or '$(TargetFramework)'== 'net45' or '$(TargetFramework)' == 'net46'">
2020
<Reference Include="System" />
2121
<Reference Include="System.Core" />
2222
<Reference Include="System.Numerics" Condition="'$(TargetFramework)' != 'net35'" />

0 commit comments

Comments
 (0)