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

Commit 3336e8c

Browse files
committed
Upgrade deps
1 parent d9921a3 commit 3336e8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageReference Include="System.Runtime" Version="4.3.0" />
3434
<PackageReference Include="System.Runtime.Serialization.Json" Version="4.3.0" />
3535
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
36-
<PackageReference Include="System.Memory" Version="4.5.2" />
36+
<PackageReference Include="System.Memory" Version="4.5.3" />
3737
<PackageReference Include="ServiceStack" Version="$(Version)" />
3838
</ItemGroup>
3939
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">

tests/ServiceStack.Text.TestsConsole/ServiceStack.Text.TestsConsole.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<ProjectReference Include="..\..\src\ServiceStack.Text\ServiceStack.Text.csproj" />
1919
<ProjectReference Include="..\ServiceStack.Text.Tests\ServiceStack.Text.Tests.csproj" />
2020
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
21-
<PackageReference Include="System.Memory" Version="4.5.2" />
21+
<PackageReference Include="System.Memory" Version="4.5.3" />
2222
<PackageReference Include="ServiceStack" Version="$(Version)" />
2323
<Reference Include="System" />
2424
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)