This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
ApiGateways/eSchool.GraphQL
CertificateProcessing/CertificateProcessing.API
Enrolling.FunctionalTests
Frontend.Blazor/Frontend.Blazor.Server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : Checkout repository
3838 uses : actions/checkout@v2
3939
40+ - uses : actions/setup-dotnet@v1
41+ with :
42+ dotnet-version : ' 6.0.x'
43+ include-prerelease : true
44+
4045 # Initializes the CodeQL tools for scanning.
4146 - name : Initialize CodeQL
4247 uses : github/codeql-action/init@v1
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
22WORKDIR /app
33EXPOSE 80
44
5- FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
5+ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
66WORKDIR /src
77
88COPY "eSchool.sln" "eSchool.sln"
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
22WORKDIR /app
33EXPOSE 80
44
5- FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
5+ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
66WORKDIR /src
77
88COPY "eSchool.sln" "eSchool.sln"
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
22WORKDIR /app
33EXPOSE 80
44
5- FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
5+ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
66WORKDIR /src
77
88COPY "eSchool.sln" "eSchool.sln"
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >net5 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 <AssemblyName >Enrolling.API</AssemblyName >
55 <RootNamespace >OpenCodeFoundation.ESchool.Services.Enrolling.API</RootNamespace >
66 </PropertyGroup >
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 <AssemblyName >Enrolling.Domain</AssemblyName >
77 <RootNamespace >OpenCodeFoundation.ESchool.Services.Enrolling.Domain</RootNamespace >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net5 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 <RootNamespace >OpenCodeFoundation.ESchool.Services.Enrolling.FunctionalTests</RootNamespace >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net5 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 <AssemblyName >Enrolling.Infrastructure</AssemblyName >
55 <RootNamespace >OpenCodeFoundation.ESchool.Services.Enrolling.Infrastructure</RootNamespace >
66 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework >net5 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 <IsPackable >false</IsPackable >
55 </PropertyGroup >
66 <ItemGroup >
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
22WORKDIR /app
33EXPOSE 80
44
5- FROM mcr.microsoft.com/dotnet/sdk:5.0-buster-slim AS build
5+ FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
66WORKDIR /src
77
88COPY "eSchool.sln" "eSchool.sln"
You can’t perform that action at this time.
0 commit comments