From 0cf124d8ee0e4bec7914c24bda26a74af82f591d Mon Sep 17 00:00:00 2001 From: Artur Karbone Date: Mon, 11 Dec 2023 09:37:41 +0200 Subject: [PATCH] Update to .NET 8 (#551) Co-authored-by: HenningNT Co-authored-by: mclift Co-authored-by: Artur Karbone --- example/AlarmExample/AlarmExample.csproj | 2 +- example/BugTrackerExample/BugTrackerExample.csproj | 2 +- example/JsonExample/JsonExample.csproj | 2 +- example/OnOffExample/OnOffExample.csproj | 2 +- example/TelephoneCallExample/TelephoneCallExample.csproj | 2 +- src/Stateless/Stateless.csproj | 6 +++--- test/Stateless.Tests/Stateless.Tests.csproj | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example/AlarmExample/AlarmExample.csproj b/example/AlarmExample/AlarmExample.csproj index 4d45f646..757246fb 100644 --- a/example/AlarmExample/AlarmExample.csproj +++ b/example/AlarmExample/AlarmExample.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable diff --git a/example/BugTrackerExample/BugTrackerExample.csproj b/example/BugTrackerExample/BugTrackerExample.csproj index 7185d83e..d6d202d6 100644 --- a/example/BugTrackerExample/BugTrackerExample.csproj +++ b/example/BugTrackerExample/BugTrackerExample.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 BugTrackerExample Exe BugTrackerExample diff --git a/example/JsonExample/JsonExample.csproj b/example/JsonExample/JsonExample.csproj index 2dd5cb6b..3b2a9970 100644 --- a/example/JsonExample/JsonExample.csproj +++ b/example/JsonExample/JsonExample.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 diff --git a/example/OnOffExample/OnOffExample.csproj b/example/OnOffExample/OnOffExample.csproj index 94652a1f..001b7749 100644 --- a/example/OnOffExample/OnOffExample.csproj +++ b/example/OnOffExample/OnOffExample.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 OnOffExample Exe OnOffExample diff --git a/example/TelephoneCallExample/TelephoneCallExample.csproj b/example/TelephoneCallExample/TelephoneCallExample.csproj index 666893eb..423f882d 100644 --- a/example/TelephoneCallExample/TelephoneCallExample.csproj +++ b/example/TelephoneCallExample/TelephoneCallExample.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 TelephoneCallExample Exe TelephoneCallExample diff --git a/src/Stateless/Stateless.csproj b/src/Stateless/Stateless.csproj index 0151d144..c27e6e49 100644 --- a/src/Stateless/Stateless.csproj +++ b/src/Stateless/Stateless.csproj @@ -4,7 +4,7 @@ Stateless Stateless Stateless - netstandard2.0;net462;net6.0 + netstandard2.0;net462;net8.0; Create state machines and lightweight state machine-based workflows directly in .NET code Copyright © Stateless Contributors 2009-$([System.DateTime]::Now.ToString(yyyy)) en-US @@ -37,10 +37,10 @@ - + - + diff --git a/test/Stateless.Tests/Stateless.Tests.csproj b/test/Stateless.Tests/Stateless.Tests.csproj index 790c1af1..d94f9231 100644 --- a/test/Stateless.Tests/Stateless.Tests.csproj +++ b/test/Stateless.Tests/Stateless.Tests.csproj @@ -3,7 +3,7 @@ $(DefineConstants);TASKS true - net6.0 + net8.0 false Stateless.Tests ../../asset/Stateless.snk