Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Commit b7d9834

Browse files
Updated deps
1 parent cc4be0c commit b7d9834

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: Visual Studio 2019
22
init:
33
- git config --global core.autocrlf input
44
build_script:
5-
- cmd: choco install dotnetcore-sdk --version=3.0.100-preview9-014004
5+
- cmd: choco install dotnetcore-sdk --version=3.0.100-rc1-014190
66
- ps: .\build.ps1
77
test: off
88
after_build:

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414
- repository: rsg
1515
type: github
1616
name: RocketSurgeonsGuild/AzureDevopsTemplates
17-
ref: refs/tags/v0.9.1
17+
ref: refs/tags/v0.9.2
1818
endpoint: github
1919

2020
variables:
@@ -41,5 +41,5 @@ jobs:
4141
GitHubPackages: false
4242
DotNet21Version: "2.1.x"
4343
DotNetVersion: "2.2.x"
44-
DotNet3Version: "3.0.100-preview9-014004"
44+
DotNet3Version: "3.0.100-rc1-014190"
4545
NuGetVersion: "5.2.0"

0 commit comments

Comments
 (0)