Commit ff5af71a authored by Mark Lapierre's avatar Mark Lapierre

Update nuget test - template now uses .net 5.0

parent d4036b14
...@@ -54,7 +54,7 @@ module QA ...@@ -54,7 +54,7 @@ module QA
{ {
file_path: '.gitlab-ci.yml', file_path: '.gitlab-ci.yml',
content: <<~YAML content: <<~YAML
image: mcr.microsoft.com/dotnet/core/sdk:3.1 image: mcr.microsoft.com/dotnet/sdk:5.0
stages: stages:
- deploy - deploy
...@@ -102,7 +102,7 @@ module QA ...@@ -102,7 +102,7 @@ module QA
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>net5.0</TargetFramework>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
...@@ -115,7 +115,7 @@ module QA ...@@ -115,7 +115,7 @@ module QA
{ {
file_path: '.gitlab-ci.yml', file_path: '.gitlab-ci.yml',
content: <<~YAML content: <<~YAML
image: mcr.microsoft.com/dotnet/core/sdk:3.1 image: mcr.microsoft.com/dotnet/sdk:5.0
stages: stages:
- install - install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment