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

Commit

Permalink
Merge pull request #2288 from dotnet-bot/release/2.0.0-UpdateDependen…
Browse files Browse the repository at this point in the history
…cies

Update CoreFx to preview1-25305-02 (release/2.0.0)
  • Loading branch information
eerhardt authored May 5, 2017
2 parents 3a7cf44 + 7035b36 commit 1ff0219
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkg/deps/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25302-01"
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25305-02"
},
"frameworks": {
"dnxcore50": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/dir.props
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PropertyGroup>
<PackageOutputPath>$(PackagesOutDir)</PackageOutputPath>
<SymbolPackageOutputPath>$(SymbolPackagesOutDir)</SymbolPackageOutputPath>
<RuntimeIdGraphDefinitionFile>$(ProjectDir)packages\Microsoft.NETCore.Platforms\2.0.0-preview1-25302-01\runtime.json</RuntimeIdGraphDefinitionFile>
<RuntimeIdGraphDefinitionFile>$(ProjectDir)packages\Microsoft.NETCore.Platforms\2.0.0-preview1-25305-02\runtime.json</RuntimeIdGraphDefinitionFile>
<PackageLicenseFile>$(ProjectDir)projects/dotnet_library_license.txt</PackageLicenseFile>
<PackageThirdPartyNoticesFile>$(ProjectDir)projects/ThirdPartyNotices.txt</PackageThirdPartyNoticesFile>
<PackageDescriptionFile>$(ProjectDir)projects/descriptions.json</PackageDescriptionFile>
Expand Down
4 changes: 2 additions & 2 deletions pkg/projects/Microsoft.NETCore.App/project.json.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25302-01",
"Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25305-02",
"transport.Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25302-01",
"Microsoft.DiaSymReader.Native": "1.4.1",
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25302-01",
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25305-02",
"NETStandard.Library": "2.0.0-preview1-25301-01"
},
"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"Microsoft.Net.Native.Compiler": "1.6.1",
"Microsoft.Private.CoreFx.UAP": "4.4.0-preview1-25302-01",
"Microsoft.Private.CoreFx.UAP": "4.4.0-preview1-25305-02",
"transport.Microsoft.NETCore.Runtime.CoreCLR": "2.0.0-preview1-25302-01",
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25302-01",
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25305-02",
"NETStandard.Library": "2.0.0-preview1-25301-01",
"System.ServiceModel.Duplex": "4.4.0-beta-25205-01",
"System.ServiceModel.Http": "4.4.0-beta-25205-01",
Expand Down

0 comments on commit 1ff0219

Please sign in to comment.