Skip to content

Commit cb5f173

Browse files
committed
Merge in 'release/5.0' changes
2 parents 1cd455b + 988fa3b commit cb5f173

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

src/libraries/Microsoft.Extensions.DependencyInjection/ref/Microsoft.Extensions.DependencyInjection.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.0;netstandard2.1;net461</TargetFrameworks>
4+
<AssemblyVersion>5.0.0.0</AssemblyVersion>
45
</PropertyGroup>
56
<ItemGroup>
67
<Compile Include="Microsoft.Extensions.DependencyInjection.cs" />

src/libraries/System.Diagnostics.DiagnosticSource/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
<Import Project="..\Directory.Build.props" />
33
<PropertyGroup>
44
<StrongNameKeyId>Open</StrongNameKeyId>
5+
<PackageVersion>5.0.1</PackageVersion>
6+
<AssemblyVersion Condition="$(TargetFramework.StartsWith('net4'))">5.0.0.1</AssemblyVersion>
7+
<SkipValidatePackage>true</SkipValidatePackage>
58
</PropertyGroup>
69
</Project>

src/libraries/System.Text.Json/Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
<PropertyGroup>
44
<StrongNameKeyId>Open</StrongNameKeyId>
55
<PackageVersion>5.0.1</PackageVersion>
6+
<AssemblyVersion Condition="$(TargetFramework.StartsWith('net4'))">5.0.0.1</AssemblyVersion>
7+
<SkipValidatePackage>true</SkipValidatePackage>
68
</PropertyGroup>
79
</Project>

src/libraries/libraries-packages.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<!-- If setting BuildAllOOBPackages to false, add bellow the individual OOB packages you want to continue to build -->
2121
<ProjectReference Include="$(LibrariesProjectRoot)\pkg\Microsoft.Windows.Compatibility\Microsoft.Windows.Compatibility.pkgproj" Condition="'$(BuildAllConfigurations)' == 'true'" />
2222
<ProjectReference Include="$(LibrariesProjectRoot)\System.Text.Json\pkg\System.Text.Json.pkgproj" Condition="'$(BuildAllConfigurations)' == 'true'" />
23+
<ProjectReference Include="$(LibrariesProjectRoot)\System.Diagnostics.DiagnosticSource\pkg\System.Diagnostics.DiagnosticSource.pkgproj" Condition="'$(BuildAllConfigurations)' == 'true'" />
2324
<ProjectReference Include="$(LibrariesProjectRoot)\System.Composition*\pkg\System.Composition*.pkgproj" Condition="'$(BuildAllConfigurations)' == 'true'" />
2425
</ItemGroup>
2526

src/libraries/pkg/baseline/packageIndex.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,8 @@
25362536
"4.0.3.0": "4.5.0",
25372537
"4.0.3.1": "4.5.1",
25382538
"4.0.4.0": "4.6.0",
2539-
"5.0.0.0": "5.0.0"
2539+
"5.0.0.0": "5.0.0",
2540+
"5.0.0.1": "5.0.1"
25402541
}
25412542
},
25422543
"System.Diagnostics.EventLog": {
@@ -6406,7 +6407,8 @@
64066407
},
64076408
"AssemblyVersionInPackageVersion": {
64086409
"4.0.0.0": "4.6.0",
6409-
"5.0.0.0": "5.0.0"
6410+
"5.0.0.0": "5.0.0",
6411+
"5.0.0.1": "5.0.1"
64106412
}
64116413
},
64126414
"System.Text.RegularExpressions": {

0 commit comments

Comments
 (0)