Skip to content

Commit 9a1e773

Browse files
committed
Bump version to 9.0.0
1 parent 352dcc1 commit 9a1e773

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "8.1.0-alpha004",
6+
"version": "9.0.0-alpha001",
77
"commands": [
88
"paket"
99
],

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 9.0.0-alpha001 - 2024-11-13
1+
#### 9.0.0 - 2024-11-13
22
* Support for .NET 9.0 - https://github.com/fsprojects/Paket/pull/4248
33
* Added support for central package managments to fix issue about [references: strict either does not work, or does not work as expected](https://github.com/fsprojects/Paket/issues/2257)
44

tests/Paket.Bootstrapper.Tests/Paket.Bootstrapper.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>net461;net8</TargetFrameworks>
5+
<TargetFrameworks>net8</TargetFrameworks>
66
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
77
</PropertyGroup>
88
<ItemGroup>

0 commit comments

Comments
 (0)