diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
new file mode 100644
index 0000000..0280531
--- /dev/null
+++ b/.config/dotnet-tools.json
@@ -0,0 +1,13 @@
+{
+ "version": 1,
+ "isRoot": true,
+ "tools": {
+ "dotnet-ef": {
+ "version": "9.0.3",
+ "commands": [
+ "dotnet-ef"
+ ],
+ "rollForward": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/Properties/PublishProfiles/IISProfile.pubxml b/Properties/PublishProfiles/IISProfileNet9Win64.pubxml
similarity index 84%
rename from Properties/PublishProfiles/IISProfile.pubxml
rename to Properties/PublishProfiles/IISProfileNet9Win64.pubxml
index 038b401..e73ea18 100644
--- a/Properties/PublishProfiles/IISProfile.pubxml
+++ b/Properties/PublishProfiles/IISProfileNet9Win64.pubxml
@@ -15,5 +15,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
true
Gateway
<_TargetId>IISWebDeployPackage
+ net9.0
+ win-x64
+ false
\ No newline at end of file