File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.x
18+ dotnet-version : 3.1
1919 - name : Restore dependencies
2020 run : dotnet restore
2121 - name : Build
22- run : dotnet build LDtkMonogame.Examples/LDtkMonogame.Examples.csproj --no-restore
22+ run : dotnet build LDtkMonogame.Examples/LDtkMonogame.Examples.csproj --no-restore -f netcoreapp3.1
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >net5.0 </TargetFramework >
5+ <TargetFramework >netcoreapp3.1 </TargetFramework >
66 <ApplicationIcon >Icon.ico</ApplicationIcon >
77 <RootNamespace >Examples</RootNamespace >
88 </PropertyGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <!-- C Sharp-->
55 <OutputType >Library</OutputType >
6- <TargetFramework >net5.0 </TargetFramework >
6+ <TargetFramework >netcoreapp3.1 </TargetFramework >
77 <TargetFrameworks >netcoreapp3.1;net5.0</TargetFrameworks >
88
99 <!-- Nuget Config-->
You can’t perform that action at this time.
0 commit comments