Skip to content

Commit 76c4d7a

Browse files
authored
Merge pull request #32 from Ceichert31/actions/write-permissions
Actions/write permissions
2 parents a1c7aec + 4f1000f commit 76c4d7a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup .NET
6363
uses: actions/setup-dotnet@v4
6464
with:
65-
dotnet-version: 8.0.x
65+
dotnet-version: 9.0.x
6666

6767
- name: Restore dependencies
6868
run: dotnet restore ${{ env.SOLUTION_PATH }}

.releaserc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"message": "chore(release): ${nextRelease.version} [skip ci]"
5050
}
5151
],
52-
"@semantic-release/github",
5352
[
5453
"@semantic-release/release-notes-generator",
5554
{

BananaGit/BananaGit.Test/BananaGit.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0-windows</TargetFramework>
5+
<EnableWindowsTargeting>true</EnableWindowsTargeting>
56
<LangVersion>latest</LangVersion>
67
<ImplicitUsings>enable</ImplicitUsings>
78
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)