This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ServiceStack.Text.TestsConsole Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 =" 6.* " />
3030 </ItemGroup >
3131
3232 <PropertyGroup Condition =" '$(TargetFramework)' == 'net472' " >
Original file line number Diff line number Diff line change 3535 <PackageReference Include =" System.Runtime.Serialization.Json" Version =" 4.3.0" />
3636 <PackageReference Include =" System.ValueTuple" Version =" 4.5.0" />
3737 <PackageReference Include =" System.Memory" Version =" 4.5.4" />
38- <PackageReference Include =" ServiceStack" Version =" $(Version) " />
38+ <PackageReference Include =" ServiceStack" Version =" 6.* " />
3939 </ItemGroup >
4040 <PropertyGroup Condition =" '$(TargetFramework)' == 'net472' " >
4141 <DefineConstants >$(DefineConstants);NETFX</DefineConstants >
Original file line number Diff line number Diff line change 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 =" 6.* " />
15+ <!-- <PackageReference Include="ServiceStack.OrmLite.Sqlite" Version="6.* " />-->
1616 </ItemGroup >
1717</Project >
You can’t perform that action at this time.
0 commit comments