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

Commit 4a4ad4c

Browse files
committed
Use 5.* wildcard version for .Text deps
1 parent da5efc0 commit 4a4ad4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Northwind.Common/Northwind.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="protobuf-net" Version="3.0.101" />
29-
<PackageReference Include="ServiceStack.Interfaces" Version="$(Version)" />
29+
<PackageReference Include="ServiceStack.Interfaces" Version="5.*" />
3030
</ItemGroup>
3131

3232
<PropertyGroup Condition=" '$(TargetFramework)' == 'net461' ">

tests/ServiceStack.Text.Tests/ServiceStack.Text.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<PackageReference Include="System.Runtime.Serialization.Json" Version="4.3.0" />
3535
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
3636
<PackageReference Include="System.Memory" Version="4.5.4" />
37-
<PackageReference Include="ServiceStack" Version="$(Version)" />
37+
<PackageReference Include="ServiceStack" Version="5.*" />
3838
</ItemGroup>
3939
<PropertyGroup Condition=" '$(TargetFramework)' == 'net461' ">
4040
<DefineConstants>$(DefineConstants);NET45</DefineConstants>

0 commit comments

Comments
 (0)