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
{
file_path: '.gitlab-ci.yml',
content: <<~YAML
image: mcr.microsoft.com/dotnet/core/sdk:3.1
image: mcr.microsoft.com/dotnet/sdk:5.0
stages:
- deploy
......@@ -102,7 +102,7 @@ module QA
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>
......@@ -115,7 +115,7 @@ module QA
{
file_path: '.gitlab-ci.yml',
content: <<~YAML
image: mcr.microsoft.com/dotnet/core/sdk:3.1
image: mcr.microsoft.com/dotnet/sdk:5.0
stages:
- 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