File tree Expand file tree Collapse file tree 10 files changed +6
-12
lines changed Expand file tree Collapse file tree 10 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup .NET
1616 uses : actions/setup-dotnet@v1
1717 with :
18- dotnet-version : 5 .0.100
18+ dotnet-version : 6 .0.*
1919
2020 - name : Generate build number
2121 id : buildnumber
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 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
22 <PropertyGroup >
3- <TargetFramework >net5 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
66 <ProjectReference Include =" ..\MiNET\MiNET.csproj" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
22 <PropertyGroup >
3- <TargetFramework >net5 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 <ApplicationIcon />
55 <OutputType >Exe</OutputType >
66 <StartupObject ></StartupObject >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66 <PropertyGroup >
77 <OutputType >Exe</OutputType >
8- <TargetFramework >net5.0</TargetFramework >
98 </PropertyGroup >
109 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
1110 <DebugType >full</DebugType >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
22 <PropertyGroup >
3- <TargetFramework >net5 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 </PropertyGroup >
55 <ItemGroup >
66 <ProjectReference Include =" ..\MiNET\MiNET.csproj" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
22 <PropertyGroup >
3- <TargetFramework >net5 .0</TargetFramework >
3+ <TargetFramework >net6 .0</TargetFramework >
44 <ApplicationIcon />
55 <OutputType >Exe</OutputType >
66 <StartupObject >MiNET.ServiceKiller.Emulator</StartupObject >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
22 <PropertyGroup >
3- <TargetFramework >net5.0</TargetFramework >
43 <IsPackable >false</IsPackable >
54 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
65 </PropertyGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
22 <PropertyGroup >
3- <TargetFramework >net5.0</TargetFramework >
43 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
54 <PackageId >MiNET</PackageId >
65 <Version >0.0.0</Version >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" Current" >
2- <PropertyGroup >
3- <TargetFramework >net5.0</TargetFramework >
4- </PropertyGroup >
52 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
63 <LangVersion >latest</LangVersion >
74 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments