diff --git a/.aspire/settings.json b/.aspire/settings.json deleted file mode 100644 index ba179b4ae..000000000 --- a/.aspire/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "appHostPath": "../src/eShop.AppHost/eShop.AppHost.csproj" -} \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index d05d03343..b253caa12 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,10 +2,10 @@ true true - 10.0.5 - 10.4.0 - 13.2.0 - 13.2.0-preview.1.26170.3 + 10.0.7 + 10.5.0 + 13.3.0 + 13.3.0-preview.1.26256.5 2.76.0 7.3.1 10.0.0-preview.2 @@ -60,15 +60,15 @@ - - + + - - - - - - + + + + + + diff --git a/aspire.config.json b/aspire.config.json new file mode 100644 index 000000000..88ec9e43e --- /dev/null +++ b/aspire.config.json @@ -0,0 +1,5 @@ +{ + "appHost": { + "path": "src/eShop.AppHost/eShop.AppHost.csproj" + } +} \ No newline at end of file diff --git a/src/eShop.AppHost/eShop.AppHost.csproj b/src/eShop.AppHost/eShop.AppHost.csproj index 34c3e3864..8acb19a24 100644 --- a/src/eShop.AppHost/eShop.AppHost.csproj +++ b/src/eShop.AppHost/eShop.AppHost.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj b/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj index bc101f0cf..7ad146379 100644 --- a/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj +++ b/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj @@ -1,4 +1,4 @@ - + net10.0 diff --git a/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj b/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj index 68f53ed29..1a5e61d7b 100644 --- a/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj +++ b/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj @@ -1,4 +1,4 @@ - + net10.0