From 432cfad3834d843a637682d36777d74a1bec1c80 Mon Sep 17 00:00:00 2001 From: Externius Date: Sat, 15 Feb 2025 11:49:34 +0100 Subject: [PATCH 1/2] Update nuget pkgs --- Directory.Packages.props | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 94353fa..d45e174 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -3,18 +3,18 @@ true - - - + + + - - - + + + - - - - + + + + From eb2acc617de3cd7c879644f883f3e79c0e91d2ad Mon Sep 17 00:00:00 2001 From: Externius Date: Sat, 15 Feb 2025 11:50:06 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1939dfe..c06f4ca 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ ![Build status](https://github.com/Externius/RandomEncounterGenerator/actions/workflows/main.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) -This is a ASP.NET Core 8.0 Angular project for generating random encounters using D&D5th Edition SRD monsters. +This is a ASP.NET Core 9.0 Angular project for generating random encounters using D&D5th Edition SRD monsters. ## Prerequisites -You have Node.js and npm installed, also .NET 8 SDK. +You have Node.js and npm installed, also .NET 9 SDK. ## Get the code