Skip to content

Commit

Permalink
feat: remove nuke\'s obsolete dependencies (#73)
Browse files Browse the repository at this point in the history
* feat: remove nuke\'s obsolete dependencies

* build: update to dotnet 8

* build: upgrade to dotnet8
  • Loading branch information
BusHero authored Dec 16, 2023
1 parent 711a187 commit 5fa65cd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.x.x"
dotnet-version: "8.x.x"
- name: "Cache: .nuke/temp, ~/.nuget/packages"
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion build.test/build.test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Expand Down
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace></RootNamespace>
<NoWarn>CS0649;CS0169</NoWarn>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
3 changes: 0 additions & 3 deletions features/src/nuke/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/dotnet",
"dotnet",
"ghcr.io/bushero/devcontainers/features/dotnet",
"bash",
"ghcr.io/bushero/devcontainers/features/bash"
]
}

0 comments on commit 5fa65cd

Please sign in to comment.