diff --git a/.aspire/settings.json b/.aspire/settings.json
new file mode 100644
index 0000000..e80a785
--- /dev/null
+++ b/.aspire/settings.json
@@ -0,0 +1,3 @@
+{
+ "appHostPath": "../sample/AspireDatabaseInstaller.AppHost/AspireDatabaseInstaller.AppHost.csproj"
+}
\ No newline at end of file
diff --git a/sample/AspireDatabaseInstaller.AppHost/AspireDatabaseInstaller.AppHost.csproj b/sample/AspireDatabaseInstaller.AppHost/AspireDatabaseInstaller.AppHost.csproj
index d164b66..9bf19f2 100644
--- a/sample/AspireDatabaseInstaller.AppHost/AspireDatabaseInstaller.AppHost.csproj
+++ b/sample/AspireDatabaseInstaller.AppHost/AspireDatabaseInstaller.AppHost.csproj
@@ -1,10 +1,10 @@
-
+
Exe
- net9.0
+ net10.0
enable
enable
true
@@ -12,8 +12,8 @@
-
-
+
+
diff --git a/sample/AspireDatabaseInstaller.AppHost/Program.cs b/sample/AspireDatabaseInstaller.AppHost/Program.cs
index 140f68b..8ff5a5d 100644
--- a/sample/AspireDatabaseInstaller.AppHost/Program.cs
+++ b/sample/AspireDatabaseInstaller.AppHost/Program.cs
@@ -3,6 +3,7 @@
var builder = DistributedApplication.CreateBuilder(args);
var sqlServer = builder.AddSqlServer("TestDb")
+ .WithImageTag("2025-latest")
.WithDataVolume()
.WithLifetime(ContainerLifetime.Persistent);
diff --git a/sample/InstallationSampleConsoleApp/InstallationSampleConsoleApp.csproj b/sample/InstallationSampleConsoleApp/InstallationSampleConsoleApp.csproj
index e6a4059..53936a5 100644
--- a/sample/InstallationSampleConsoleApp/InstallationSampleConsoleApp.csproj
+++ b/sample/InstallationSampleConsoleApp/InstallationSampleConsoleApp.csproj
@@ -2,7 +2,7 @@
Exe
- net9.0
+ net10.0
d5edc207-e02d-4b19-91f2-74cf751e8b1d
@@ -13,7 +13,7 @@
-
+
diff --git a/src/Rinsen.DatabaseInstaller/Rinsen.DatabaseInstaller.csproj b/src/Rinsen.DatabaseInstaller/Rinsen.DatabaseInstaller.csproj
index 228741b..d2d14d6 100644
--- a/src/Rinsen.DatabaseInstaller/Rinsen.DatabaseInstaller.csproj
+++ b/src/Rinsen.DatabaseInstaller/Rinsen.DatabaseInstaller.csproj
@@ -1,9 +1,9 @@
- net9.0
+ net10.0
enable
- 0.7.1
+ 0.8.0
Rinsen Database Installer
Fredrik Rinsén
Database installer and version handler for dotnet core projects
@@ -23,16 +23,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/test/Rinsen.DatabaseInstaller.Tests/Rinsen.DatabaseInstaller.Tests.csproj b/test/Rinsen.DatabaseInstaller.Tests/Rinsen.DatabaseInstaller.Tests.csproj
index 8e142e9..52a7268 100644
--- a/test/Rinsen.DatabaseInstaller.Tests/Rinsen.DatabaseInstaller.Tests.csproj
+++ b/test/Rinsen.DatabaseInstaller.Tests/Rinsen.DatabaseInstaller.Tests.csproj
@@ -1,6 +1,6 @@
- net9.0
+ net10.0
false
false
false
@@ -11,7 +11,7 @@
-
+
all
runtime; build; native; contentfiles; analyzers