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

Commit 17cdce5

Browse files
committed
bump to v5.12
1 parent 4c50ca5 commit 17cdce5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.11.1</Version>
4+
<Version>5.12.0</Version>
55
<Authors>ServiceStack</Authors>
66
<Company>ServiceStack, Inc.</Company>
77
<Copyright>&#169; 2008-2018 ServiceStack, Inc</Copyright>

src/ServiceStack.Admin/ServiceStack.Admin.Source.csproj

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

3737
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
3838
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
39-
<PackageReference Include="System.ServiceModel.Primitives" Version="4.7.0" />
39+
<PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
4040
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" />
4141
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
4242
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />

tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.11.1</Version>
4+
<Version>5.12.0</Version>
55
<LangVersion>latest</LangVersion>
66
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
77
</PropertyGroup>

0 commit comments

Comments
 (0)