Skip to content

Commit 2095ebe

Browse files
authoredFeb 10, 2024
chore: .net8 yak shaving (#247)
* chore: .net8 yak shaving turn the world upside down * more bits gone * everything is building, tests are failing! * chore: all tests passing * chore: cleaning * chore: .net8 in the csproj, .net8 in the ci * chore: fix the build scoped namespaces * chore: more scoped things™ * chore: git version * chore: the purge continues * chore: i believe Build is now build * chore: maccatalyst * chore: add workload * chore: reduce the framework for the build sake
1 parent c15059b commit 2095ebe

File tree

270 files changed

+6528
-9877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+6528
-9877
lines changed
 

‎.build/.build.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
77
<RootNamespace></RootNamespace>
88
<IsPackable>False</IsPackable>

‎.build/AirframeBuild.CI.cs

-89
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.