Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #625 from erezvani1529/master
Browse files Browse the repository at this point in the history
[9.0] Update facade test references + nuspecs netstandard dependency
  • Loading branch information
erezvani1529 authored Feb 7, 2018
2 parents c1966e1 + c4e8449 commit fb1d924
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<tags>Microsoft, Azure, Storage, Table, Blob, File, Queue, Scalable, windowsazureofficial</tags>
<dependencies>
<group targetFramework=".netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Newtonsoft.Json" version="10.0.2" />
</group>
<group targetFramework=".netstandard1.3">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Newtonsoft.Json" version="10.0.2" />
</group>
<group targetFramework=".netframework4.5">
Expand Down
2 changes: 1 addition & 1 deletion Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"frameworks": {
"netstandard1.3": {
"dependencies": {
"NETStandard.Library": "1.6.0"
"NETStandard.Library": "1.6.1"
},
"imports": "dnxcore50"
}
Expand Down
4 changes: 2 additions & 2 deletions Lib/WindowsDesktop/WindowsAzure.Storage.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<tags>Microsoft, Azure, Storage, Table, Blob, File, Queue, Scalable, windowsazureofficial</tags>
<dependencies>
<group targetFramework=".netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Newtonsoft.Json" version="10.0.2" />
</group>
<group targetFramework=".netstandard1.3">
<dependency id="NETStandard.Library" version="1.6.0" />
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Newtonsoft.Json" version="10.0.2" />
</group>
<group targetFramework=".netframework4.5">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"xunit": "2.1.0",
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"XUnitForMsTest": "1.0.0.0",
"WindowsAzure.Storage": "9.0.0-facade"
"WindowsAzure.Storage": "9.0.0"
},

"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "8.0.0.0",
"dependencies": {
"WindowsAzure.Storage": "9.0.0"
},

"frameworks": {
"wp81": {}
},
Expand All @@ -12,12 +12,10 @@
"win-x86": {},
"win-anycpu": {}
},

"buildOptions": {
"allowUnsafe": false,
"warningsAsErrors": true,
"delaySign": true,
"keyFile": "MSSharedLibKey.snk"
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"version": "9.0.0.0",
"supports": {},
"dependencies": {
"WindowsAzure.Storage": "9.0.0-facade"
"WindowsAzure.Storage": "9.0.0"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile259": {}
},

"buildOptions": {
"delaySign": true,
"keyFile": "MSSharedLibKey.snk"
}
}
}
9 changes: 5 additions & 4 deletions Test/AspNet/XUnitForMsTest/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"version": "1.0.0.0",


"dependencies": {
"xunit": "2.1.0",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},
"dependencies": {
"xunit": "2.1.0",
"WindowsAzure.Storage": "9.0.0",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},


"frameworks": {
Expand Down

0 comments on commit fb1d924

Please sign in to comment.