Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1ff0219

Browse files
authored
Merge pull request #2288 from dotnet-bot/release/2.0.0-UpdateDependencies
Update CoreFx to preview1-25305-02 (release/2.0.0)
2 parents 3a7cf44 + 7035b36 commit 1ff0219

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

pkg/deps/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25302-01"
3+
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25305-02"
44
},
55
"frameworks": {
66
"dnxcore50": {

pkg/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PropertyGroup>
4343
<PackageOutputPath>$(PackagesOutDir)</PackageOutputPath>
4444
<SymbolPackageOutputPath>$(SymbolPackagesOutDir)</SymbolPackageOutputPath>
45-
<RuntimeIdGraphDefinitionFile>$(ProjectDir)packages\Microsoft.NETCore.Platforms\2.0.0-preview1-25302-01\runtime.json</RuntimeIdGraphDefinitionFile>
45+
<RuntimeIdGraphDefinitionFile>$(ProjectDir)packages\Microsoft.NETCore.Platforms\2.0.0-preview1-25305-02\runtime.json</RuntimeIdGraphDefinitionFile>
4646
<PackageLicenseFile>$(ProjectDir)projects/dotnet_library_license.txt</PackageLicenseFile>
4747
<PackageThirdPartyNoticesFile>$(ProjectDir)projects/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
4848
<PackageDescriptionFile>$(ProjectDir)projects/descriptions.json</PackageDescriptionFile>

pkg/projects/Microsoft.NETCore.App/project.json.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
3-
"Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25302-01",
3+
"Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25305-02",
44
"transport.Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25302-01",
55
"Microsoft.DiaSymReader.Native": "1.4.1",
6-
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25302-01",
6+
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25305-02",
77
"NETStandard.Library": "2.0.0-preview1-25301-01"
88
},
99
"frameworks": {

pkg/projects/Microsoft.NETCore.UniversalWindowsPlatform/project.json.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
33
"Microsoft.Net.Native.Compiler": "1.6.1",
4-
"Microsoft.Private.CoreFx.UAP": "4.4.0-preview1-25302-01",
4+
"Microsoft.Private.CoreFx.UAP": "4.4.0-preview1-25305-02",
55
"transport.Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25302-01",
6-
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25302-01",
6+
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25305-02",
77
"NETStandard.Library": "2.0.0-preview1-25301-01",
88
"System.ServiceModel.Duplex": "4.4.0-beta-25205-01",
99
"System.ServiceModel.Http": "4.4.0-beta-25205-01",

0 commit comments

Comments
 (0)