Skip to content

Commit 95e5181

Browse files
committed
see if net9.0 works
1 parent 06f5e4f commit 95e5181

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup .NET
2424
uses: actions/setup-dotnet@v4
2525
with:
26-
dotnet-version: 10.0.x
26+
dotnet-version: 9.0.x
2727
- name: Install GitVersioning
2828
run: dotnet tool install --global nbgv
2929
- name: Set version

Abies.Conduit/Abies.Conduit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
22
<PropertyGroup>
33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4-
<PublishTrimmed>false</PublishTrimmed>
5-
<TargetFramework>net10.0</TargetFramework>
4+
<PublishTrimmed>true</PublishTrimmed>
5+
66
</PropertyGroup>
77
<ItemGroup>
88
<ProjectReference Include="..\Abies\Abies.csproj" />

Abies.Counter/Abies.Counter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
22
<PropertyGroup>
33
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4-
<PublishTrimmed>false</PublishTrimmed>
5-
<TargetFramework>net10.0</TargetFramework>
4+
<PublishTrimmed>true</PublishTrimmed>
5+
66
</PropertyGroup>
77
<ItemGroup>
88
<ProjectReference Include="..\Abies\Abies.csproj" />

Directory.Build.Props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<TargetFramework>net10.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44

55
<!-- Example: Set the C# language version to 9.0 for all projects -->
66
<LangVersion>latest</LangVersion>

0 commit comments

Comments
 (0)