Skip to content

Commit bf23051

Browse files
committed
support for .Net 9
1 parent 32df95a commit bf23051

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
# [0.1.8] - 2024-11-28
9+
10+
Changed:
11+
12+
- Support for .Net 9
13+
814
# [0.1.7] - 2024-09-01
915

1016
Fixed:

R0b0t.Lib/R0b0t.Lib.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<RootNamespace>r0b0t.events</RootNamespace>
77

8-
<Version>0.1.7</Version>
8+
<Version>0.1.8</Version>
99
<Authors>Luis Ángel Méndez Gort</Authors>
1010
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
1111
<AssemblyName>R0b0t.Lib</AssemblyName>

r0b0t/r0b0t.fsproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
5+
<RollForward>Minor</RollForward>
56
<PackAsTool>true</PackAsTool>
67
<PackageId>r0b0t</PackageId>
78
<ToolCommandName>r0b0t</ToolCommandName>
89
<PackageOutputPath>./nupkg</PackageOutputPath>
910
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1011

11-
<Version>0.1.7</Version>
12+
<Version>0.1.8</Version>
1213
<Authors>Luis Ángel Méndez Gort</Authors>
1314
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
1415
<AssemblyName>r0b0t</AssemblyName>

0 commit comments

Comments
 (0)