Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 28faf27

Browse files
committed
Upgrade ServiceStack.Memory to net6.0
1 parent 6463f00 commit 28faf27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ServiceStack.Memory/ServiceStack.Memory.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
3+
<TargetFrameworks>netcoreapp2.1;net6.0</TargetFrameworks>
44
</PropertyGroup>
55
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.1' ">
66
<DefineConstants>$(DefineConstants);NETSTANDARD;NETCORE;NETCORE2_1</DefineConstants>
77
</PropertyGroup>
8+
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
9+
<DefineConstants>$(DefineConstants);NETSTANDARD;NETCORE;NET6_0</DefineConstants>
10+
</PropertyGroup>
811
<ItemGroup>
912
<ProjectReference Include="..\ServiceStack.Text\ServiceStack.Text.csproj" />
1013
</ItemGroup>

0 commit comments

Comments
 (0)