File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Dysnomia.Common.BlizzardWebAPI.Test
Dysnomia.Common.BlizzardWebAPI Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: build-test-and-publish
33
44steps :
55- name : build-test-and-publish
6- image : mcr.microsoft.com/dotnet/sdk:5 .0
6+ image : mcr.microsoft.com/dotnet/sdk:6 .0
77 environment :
88 NUGET_SERVER_ADRESS :
99 from_secret : NUGET_SERVER_ADRESS
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:5 .0
1+ FROM mcr.microsoft.com/dotnet/sdk:6 .0
22WORKDIR /app
33
44ARG SONAR_HOST
@@ -18,7 +18,7 @@ RUN apt-get update
1818# Next line fix openjdk11 install
1919RUN mkdir -p /usr/share/man/man1
2020RUN apt install openjdk-11-jdk jq -y
21- RUN curl -sL https://deb.nodesource.com/setup_12 .x | bash -
21+ RUN curl -sL https://deb.nodesource.com/setup_16 .x | bash -
2222RUN apt-get install -y nodejs
2323
2424# Build Project
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55
66 <IsPackable >false</IsPackable >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netcoreapp3.0;netcoreapp3.1;net5.0</TargetFrameworks >
3+ <TargetFrameworks >netcoreapp3.0;netcoreapp3.1;net5.0;net6.0 </TargetFrameworks >
44 <Authors >Axel "Elanis" Soupé</Authors >
55 <Company >Dysnomia</Company >
66 <Description >A C# library to easily get data from Blizzard Web API</Description >
You can’t perform that action at this time.
0 commit comments