Skip to content

Commit

Permalink
⬆️ Use .NET RC2 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Hona committed Oct 22, 2023
1 parent a71a959 commit be2dd0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VerticalSliceArchitecture.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<metadata>

<id>Hona.VerticalSliceArchitecture.Template</id>
<version>0.2.0</version>
<version>0.2.1</version>
<title>Vertical Slice Architecture Template</title>
<authors>Hona</authors>
<description>Vertical Slice Architecture template using ASP.NET Core</description>
<summary>
This template is a way to get up and running using VSA in ASP.NET Core and C#. It is using Fast Endpoints as well as EF Core.
</summary>
<releaseNotes>
Upgraded to .NET 8
Upgraded to .NET 8 RC2
</releaseNotes>

<projectUrl>https://github.com/Hona/VerticalSliceArchitecture</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "8.0.100-rc2",
"rollForward": "latestMinor",
"allowPrerelease": true
}
Expand Down

0 comments on commit be2dd0e

Please sign in to comment.