Merge remote-tracking branch 'origin/rel/2.0.0' into dev
This commit is contained in:
commit
068c91dbec
|
|
@ -6,6 +6,7 @@ branches:
|
|||
- release
|
||||
- dev
|
||||
- /^(.*\/)?ci-.*$/
|
||||
- /^rel\/.*/
|
||||
build_script:
|
||||
- ps: .\build.ps1
|
||||
clone_depth: 1
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<MoqVersion>4.7.49</MoqVersion>
|
||||
<NETStandardImplicitPackageVersion>2.0.0-*</NETStandardImplicitPackageVersion>
|
||||
<NETStandardLibraryNETFrameworkVersion>2.0.0-*</NETStandardLibraryNETFrameworkVersion>
|
||||
<RoslynVersion>2.3.0-beta4-*</RoslynVersion>
|
||||
<RoslynVersion>2.3.0</RoslynVersion>
|
||||
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.0'">2.0.0-*</RuntimeFrameworkVersion>
|
||||
<TestSdkVersion>15.3.0-*</TestSdkVersion>
|
||||
<WebApiClientVersion>5.2.2</WebApiClientVersion>
|
||||
|
|
|
|||
Loading…
Reference in New Issue