Move to CoreFX build rc2-23901
Update .exe's project.json Target Framework from dnxcore50 to netstandardapp1.5. Update .dll's project.json Target Framework from dnxcore50 to netstandard1.3. Adding workaround for DataContractSerialization to src\dotnet\project.json to fix crossgen issue. Build 23901 has a dependency issue that doesn't allow the runtime.any.System.Private.DataContractSerialization package to be restored. When we move to a new build of CoreFX we should take this workaround out.
This commit is contained in:
parent
78dbbfc83d
commit
6468b14e1d
105 changed files with 457 additions and 294 deletions
|
@ -17,7 +17,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
/// </summary>
|
||||
public abstract class TestBase : IDisposable
|
||||
{
|
||||
protected const string DefaultFramework = "dnxcore50";
|
||||
protected const string DefaultFramework = "netstandardapp1.5";
|
||||
private TempRoot _temp;
|
||||
private static TestAssetsManager s_testsAssetsMgr;
|
||||
private static string s_repoRoot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue