We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477fbd8 commit cf6c381Copy full SHA for cf6c381
1 file changed
tests/ServiceStack.Text.Tests/ServiceStack.Text.Tests.csproj
@@ -35,7 +35,7 @@
35
<PackageReference Include="System.Runtime.Serialization.Json" Version="4.3.0" />
36
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
37
<PackageReference Include="System.Memory" Version="4.5.4" />
38
- <PackageReference Include="ServiceStack" Version="5.*" />
+ <PackageReference Include="ServiceStack" Version="$(Version)" />
39
</ItemGroup>
40
<PropertyGroup Condition=" '$(TargetFramework)' == 'net472' ">
41
<DefineConstants>$(DefineConstants);NETFX</DefineConstants>
0 commit comments