Update appdep
This commit is contained in:
parent
02e39cf81d
commit
e1d8a0505c
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
public class CompileTargets
|
public class CompileTargets
|
||||||
{
|
{
|
||||||
public static readonly string CoreCLRVersion = "1.0.1-rc2-23811";
|
public static readonly string CoreCLRVersion = "1.0.1-rc2-23811";
|
||||||
public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00001";
|
public static readonly string AppDepSdkVersion = "1.0.6-prerelease-00003";
|
||||||
|
|
||||||
public static readonly List<string> AssembliesToCrossGen = GetAssembliesToCrossGen();
|
public static readonly List<string> AssembliesToCrossGen = GetAssembliesToCrossGen();
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-rc2-23811",
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
||||||
"Microsoft.DotNet.AppDep":"1.0.6-prerelease-00001"
|
"Microsoft.DotNet.AppDep":"1.0.6-prerelease-00003"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnxcore50": { }
|
"dnxcore50": { }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue