From 868363bcb28ef83264fe320fee82516b3dc93244 Mon Sep 17 00:00:00 2001 From: Stuart Ferguson Date: Thu, 26 Mar 2020 20:43:29 +0000 Subject: [PATCH] change .net core version --- .github/workflows/prereleasenuget.yml | 5 +++++ .../TransactionProcessor.IntegrationTests.csproj | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prereleasenuget.yml b/.github/workflows/prereleasenuget.yml index 0a71245c..48101ec5 100644 --- a/.github/workflows/prereleasenuget.yml +++ b/.github/workflows/prereleasenuget.yml @@ -17,6 +17,11 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Setup .NET Core + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 3.1.100 + - name: Restore Nuget Packages run: dotnet restore TransactionProcessor.sln --source https://api.nuget.org/v3/index.json --source https://www.myget.org/F/transactionprocessing/api/v3/index.json diff --git a/TransactionProcessor.IntegrationTests/TransactionProcessor.IntegrationTests.csproj b/TransactionProcessor.IntegrationTests/TransactionProcessor.IntegrationTests.csproj index 5057ea70..878c2414 100644 --- a/TransactionProcessor.IntegrationTests/TransactionProcessor.IntegrationTests.csproj +++ b/TransactionProcessor.IntegrationTests/TransactionProcessor.IntegrationTests.csproj @@ -17,9 +17,9 @@ - - - + + + all