File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp3.1 </TargetFramework >
5+ <TargetFramework >net5.0 </TargetFramework >
66 </PropertyGroup >
77
88 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Worker" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55 <UserSecretsId >dotnet-Fritz.ObsProxy-63F1EE89-A75A-469F-919F-8238E927CEB8</UserSecretsId >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2 .0</TargetFramework >
4+ <TargetFramework >net5 .0</TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/core/ aspnet:3.1 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base
22WORKDIR /app
33EXPOSE 80
44
5- FROM mcr.microsoft.com/dotnet/core/ sdk:3.1.302-alpine3.12 AS build
5+ FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
66WORKDIR /src
77COPY global.json .
88COPY Fritz.StreamTools/Fritz.StreamTools.csproj Fritz.StreamTools/
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >netcoreapp3.1 </TargetFramework >
3+ <TargetFramework >net5.0 </TargetFramework >
44 <DockerComposeProjectPath >..\docker-compose.dcproj</DockerComposeProjectPath >
55 <UserSecretsId >78c713a0-80e0-4e16-956a-33cf16f08a02</UserSecretsId >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.0 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments