You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.175
Former-commit-id: bb0468d0f257ff100aa895eb5fe583fb5dfbf900
This commit is contained in:
parent
4bdbaf4a88
commit
966bba02bb
@@ -19,7 +19,7 @@
|
||||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
||||
|
||||
<PropertyGroup>
|
||||
<NuGetTargetMoniker>.NETCore,Version=v5.0</NuGetTargetMoniker>
|
||||
<NuGetTargetMoniker>UAP,Version=v10.1</NuGetTargetMoniker>
|
||||
<NuGetRuntimeIdentifier>win8-aot</NuGetRuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "1.0.1",
|
||||
"System.Runtime": "4.0.20",
|
||||
"System.Reflection.Primitives":"4.0.0",
|
||||
"System.Runtime.Extensions": "4.0.10",
|
||||
"System.Diagnostics.Tracing": "4.0.20",
|
||||
"System.Collections": "4.0.10",
|
||||
"System.Resources.ResourceManager": "4.0.0",
|
||||
"System.Console": "4.0.0",
|
||||
"Microsoft.NETCore.Platforms": "1.2.0-beta-24906-01",
|
||||
"System.Runtime": "4.4.0-beta-24906-01",
|
||||
"System.Reflection.Primitives":"4.4.0-beta-24906-01",
|
||||
"System.Runtime.Extensions": "4.4.0-beta-24906-01",
|
||||
"System.Diagnostics.Tracing": "4.4.0-beta-24906-01",
|
||||
"System.Collections": "4.4.0-beta-24906-01",
|
||||
"System.Resources.ResourceManager": "4.4.0-beta-24906-01",
|
||||
"System.Console": "4.4.0-beta-24906-01",
|
||||
|
||||
"System.Threading.Tasks": "4.0.10",
|
||||
"System.Text.Encoding.Extensions": "4.0.10",
|
||||
"System.Reflection.TypeExtensions": "4.0.0",
|
||||
"System.Runtime.InteropServices": "4.0.20",
|
||||
"System.Private.Uri": "4.0.0",
|
||||
"System.IO": "4.0.10",
|
||||
"System.Globalization": "4.0.10",
|
||||
"System.ObjectModel": "4.0.10",
|
||||
"System.Collections.Concurrent": "4.0.10",
|
||||
"System.Reflection.Metadata": "1.4.1-beta-24227-04",
|
||||
"System.Collections.Immutable": "1.2.0"
|
||||
"System.Threading.Tasks": "4.4.0-beta-24906-01",
|
||||
"System.Text.Encoding.Extensions": "4.4.0-beta-24906-01",
|
||||
"System.Reflection.TypeExtensions": "4.4.0-beta-24906-01",
|
||||
"System.Runtime.InteropServices": "4.4.0-beta-24906-01",
|
||||
"System.Private.Uri": "4.4.0-beta-24906-01",
|
||||
"System.IO": "4.4.0-beta-24906-01",
|
||||
"System.Globalization": "4.4.0-beta-24906-01",
|
||||
"System.ObjectModel": "4.4.0-beta-24906-01",
|
||||
"System.Collections.Concurrent": "4.4.0-beta-24906-01",
|
||||
"System.Reflection.Metadata": "1.4.2",
|
||||
"System.Collections.Immutable": "1.3.1"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcore50": {}
|
||||
"uap10.1": { }
|
||||
},
|
||||
"runtimes" : {
|
||||
"win8-aot": { }
|
||||
"win8-aot": { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user