diff --git a/Directory.Packages.props b/Directory.Packages.props
index 2b310a7..d01a33a 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -3,25 +3,25 @@
true
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
diff --git a/README.md b/README.md
index 5e81903..d7ba035 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
I just wanted to see how is .NET under Linux so i ported my app to ASP.NET Core + Entity Framework Core.
-You will need the .NET 8.0 SDK to build/run this project (simply run dotnet build/run in the terminal).
+You will need the .NET 9.0 SDK to build/run this project (simply run dotnet build/run in the terminal).
## Usage
diff --git a/src/RDMG.Web/RDMG.Web.csproj b/src/RDMG.Web/RDMG.Web.csproj
index ba2b9a8..e3eadd6 100644
--- a/src/RDMG.Web/RDMG.Web.csproj
+++ b/src/RDMG.Web/RDMG.Web.csproj
@@ -5,7 +5,7 @@
enable
true
true
- 1.0.3.0
+ 1.0.3.1
b2a492d1-90ea-4e42-b3e5-5d962495bef1
diff --git a/src/RDMG.Web/libman.json b/src/RDMG.Web/libman.json
index 8636b29..fe731dd 100644
--- a/src/RDMG.Web/libman.json
+++ b/src/RDMG.Web/libman.json
@@ -7,7 +7,7 @@
"destination": "wwwroot/lib/jquery"
},
{
- "library": "twitter-bootstrap@5.3.2",
+ "library": "twitter-bootstrap@5.3.3",
"destination": "wwwroot/lib/bootstrap"
},
{
@@ -23,11 +23,11 @@
"destination": "wwwroot/lib/jquery-ajax-unobtrusive/"
},
{
- "library": "jquery-validate@1.20.0",
+ "library": "jquery-validate@1.21.0",
"destination": "wwwroot/lib/jquery-validation"
},
{
- "library": "font-awesome@6.5.1",
+ "library": "font-awesome@6.7.2",
"destination": "wwwroot/lib/font-awesome"
}
]