Skip to content

Commit 2a6cd0e

Browse files
committed
Add ref to netstandard
1 parent b32d859 commit 2a6cd0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.Mvc/ServiceStack.Mvc.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<PackageReference Include="ServiceStack.Text.Core" Version="$(Version)" />
2222
</ItemGroup>
2323
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
24+
<Reference Include="netstandard" />
2425
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
2526
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor" Version="2.2.0" />
2627
</ItemGroup>

0 commit comments

Comments
 (0)