We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32d859 commit 2a6cd0eCopy full SHA for 2a6cd0e
src/ServiceStack.Mvc/ServiceStack.Mvc.Core.csproj
@@ -21,6 +21,7 @@
21
<PackageReference Include="ServiceStack.Text.Core" Version="$(Version)" />
22
</ItemGroup>
23
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
24
+ <Reference Include="netstandard" />
25
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
26
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor" Version="2.2.0" />
27
0 commit comments