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

Commit 5b966ef

Browse files
committed
Update ServiceStack.Text.TestsConsole.csproj
1 parent ed81298 commit 5b966ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/ServiceStack.Text.TestsConsole/ServiceStack.Text.TestsConsole.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ProjectReference Include="..\ServiceStack.Text.Tests\ServiceStack.Text.Tests.csproj" />
1212
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
1313
<PackageReference Include="System.Memory" Version="4.5.4" />
14-
<PackageReference Include="ServiceStack" Version="$(Version)" />
15-
<PackageReference Include="ServiceStack.OrmLite.Sqlite" Version="$(Version)" />
14+
<PackageReference Include="ServiceStack" Version="5.*" />
15+
<PackageReference Include="ServiceStack.OrmLite.Sqlite" Version="5.*" />
1616
</ItemGroup>
1717
</Project>

0 commit comments

Comments
 (0)