Skip to content

Commit

Permalink
Merge pull request #3794 from StephenBonikowsky/stebon/master/FixPubl…
Browse files Browse the repository at this point in the history
…icKeyToken

Fix public key token.
  • Loading branch information
StephenBonikowsky authored Aug 8, 2019
2 parents d4ba523 + a8b934b commit b7bc8bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<AssemblyVersion>4.6.0.0</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<AssemblyName>System.Private.ServiceModel</AssemblyName>
<RootNamespace>System.ServiceModel</RootNamespace>
<!-- https://docs.microsoft.com/en-us/nuget/reference/target-frameworks -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyVersion>4.6.0.0</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<AssemblyName>System.ServiceModel.Duplex</AssemblyName>
<CLSCompliant>true</CLSCompliant>
<IsPackable>true</IsPackable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyVersion>4.6.0.0</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<AssemblyName>System.ServiceModel.Http</AssemblyName>
<CLSCompliant>true</CLSCompliant>
<IsPackable>true</IsPackable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyVersion>4.6.0.0</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<AssemblyName>System.ServiceModel.NetTcp</AssemblyName>
<CLSCompliant>true</CLSCompliant>
<IsPackable>true</IsPackable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyVersion>4.6.0.0</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<AssemblyName>System.ServiceModel.Primitives</AssemblyName>
<CLSCompliant>true</CLSCompliant>
<IsPackable>true</IsPackable>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyVersion>4.6.0.0</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<AssemblyName>System.ServiceModel.Security</AssemblyName>
<CLSCompliant>true</CLSCompliant>
<IsPackable>true</IsPackable>
Expand Down

0 comments on commit b7bc8bb

Please sign in to comment.