File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >netstandard1.6</TargetFramework >
5+ <DebugType >portable</DebugType >
6+ <AssemblyName >Algorithms</AssemblyName >
7+ <PackageId >Algorithms</PackageId >
8+ <NetStandardImplicitPackageVersion >1.6.0</NetStandardImplicitPackageVersion >
9+ </PropertyGroup >
10+
11+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >netcoreapp1.1</TargetFramework >
5+ <AssemblyName >AlgorithmsTest</AssemblyName >
6+ <PackageId >AlgorithmsTest</PackageId >
7+ <GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
8+ <RuntimeFrameworkVersion >1.1.0</RuntimeFrameworkVersion >
9+ </PropertyGroup >
10+
11+ <ItemGroup >
12+ <ProjectReference Include =" ../Algorithms/Algorithms.csproj" />
13+ </ItemGroup >
14+
15+ <ItemGroup >
16+ <PackageReference Include =" xunit" Version =" 2.3.0-beta1-build3642" />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
18+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
19+ <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.0-beta1-build3642" />
20+ </ItemGroup >
21+
22+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ cd $PSScriptRoot
3333$repoFolder = $PSScriptRoot
3434$env: REPO_FOLDER = $repoFolder
3535
36- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/rel/1.0.4 .zip"
36+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/rel/1.1.2 .zip"
3737if ($env: KOREBUILD_ZIP )
3838{
3939 $koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff line change 22repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
33cd $repoFolder
44
5- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/rel/1.0.4 .zip"
5+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/rel/1.1.2 .zip"
66if [ ! -z $KOREBUILD_ZIP ]; then
77 koreBuildZip=$KOREBUILD_ZIP
88fi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments