Skip to content

Commit

Permalink
Bump System.ServiceModel.Primitives from 4.10.0 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [System.ServiceModel.Primitives](https://github.com/dotnet/wcf) from 4.10.0 to 6.1.0.
- [Release notes](https://github.com/dotnet/wcf/releases)
- [Commits](https://github.com/dotnet/wcf/commits)

---
updated-dependencies:
- dependency-name: System.ServiceModel.Primitives
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 91dff0c commit 7464eb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="System.ServiceModel.Http" Version="6.0.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="6.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/MsgPack.Wcf/MsgPack.Wcf.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net35;net45;net46;netstandard1.1;netstandard1.3;netstandard2.0</TargetFrameworks>
Expand Down Expand Up @@ -38,7 +38,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.1' OR '$(TargetFramework)' == 'netstandard1.3' OR '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.ServiceModel.Primitives" Version="4.10.0" />
<PackageReference Include="System.ServiceModel.Primitives" Version="6.1.0" />
</ItemGroup>

<!--<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.1'">
Expand Down

0 comments on commit 7464eb3

Please sign in to comment.