Skip to content

Commit 26df4c9

Browse files
committed
Upgrade to v6
1 parent 06db474 commit 26df4c9

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

MyApp.ServiceInterface/MyApp.ServiceInterface.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="ServiceStack" Version="5.*" />
8+
<PackageReference Include="ServiceStack" Version="6.*" />
99
</ItemGroup>
1010

1111
<ItemGroup>

MyApp.ServiceModel/MyApp.ServiceModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="ServiceStack.Interfaces" Version="5.*" />
8+
<PackageReference Include="ServiceStack.Interfaces" Version="6.*" />
99
</ItemGroup>
1010

1111
<ItemGroup>

MyApp.Tests/MyApp.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<PackageReference Include="NUnit" Version="3.13.*" />
1414
<PackageReference Include="NUnit3TestAdapter" Version="4.1.*" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
16-
<PackageReference Include="ServiceStack" Version="5.*" />
17-
<PackageReference Include="ServiceStack.Kestrel" Version="5.*" />
16+
<PackageReference Include="ServiceStack" Version="6.*" />
17+
<PackageReference Include="ServiceStack.Kestrel" Version="6.*" />
1818
</ItemGroup>
1919

2020
</Project>

MyApp/MyApp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<ItemGroup>
1010
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
11-
<PackageReference Include="ServiceStack" Version="5.*" />
11+
<PackageReference Include="ServiceStack" Version="6.*" />
1212

1313
<!-- Required for Razor compilation on change: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/view-compilation?view=aspnetcore-5.0 -->
14-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.*" Condition="'$(Configuration)' == 'Debug'" />
14+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.*" Condition="'$(Configuration)' == 'Debug'" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

NuGet.Config

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)