diff --git a/Directory.Packages.props b/Directory.Packages.props index d05d03343..8bcf441d1 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -2,13 +2,13 @@ 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.26229.6 2.76.0 7.3.1 - 10.0.0-preview.2 + 10.0.0 @@ -26,7 +26,7 @@ - + @@ -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/nuget.config b/nuget.config index 15a0ec276..857a80374 100644 --- a/nuget.config +++ b/nuget.config @@ -4,13 +4,19 @@ + - + + + - + + + + \ No newline at end of file diff --git a/src/Catalog.API/Catalog.API.json b/src/Catalog.API/Catalog.API.json index 558048a09..12eb08818 100644 --- a/src/Catalog.API/Catalog.API.json +++ b/src/Catalog.API/Catalog.API.json @@ -38,8 +38,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -96,8 +98,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -152,8 +156,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -193,8 +199,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -285,8 +293,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -332,8 +342,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -379,8 +391,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -452,8 +466,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -494,8 +510,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -589,8 +607,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -671,8 +691,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -771,8 +793,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], @@ -857,8 +881,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "1.0" + "enum": [ + "1.0" + ], + "type": "string" } } ], diff --git a/src/Catalog.API/Catalog.API_v2.json b/src/Catalog.API/Catalog.API_v2.json index 3750990af..1f1ae7f5a 100644 --- a/src/Catalog.API/Catalog.API_v2.json +++ b/src/Catalog.API/Catalog.API_v2.json @@ -38,8 +38,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], @@ -96,8 +98,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], @@ -152,8 +156,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], @@ -191,8 +197,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], @@ -259,8 +267,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], @@ -351,8 +361,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], @@ -398,8 +410,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], @@ -445,8 +459,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], @@ -552,8 +568,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], @@ -634,8 +652,10 @@ "description": "The API version, in the format 'major.minor'.", "required": true, "schema": { - "type": "string", - "example": "2.0" + "enum": [ + "2.0" + ], + "type": "string" } } ], 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