diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f1d3aa..b147a6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: dotnet-version: ${{ matrix.dotnet-version }} - name: Install solution dependencies - run: dotnet restore + run: dotnet restore --force-evaluate --no-http-cache --force - name: Build Core run: dotnet build src/Danom -c Release diff --git a/src/Danom.Mvc/Danom.Mvc.csproj b/src/Danom.Mvc/Danom.Mvc.csproj index 69bc886..c2d2bc2 100644 --- a/src/Danom.Mvc/Danom.Mvc.csproj +++ b/src/Danom.Mvc/Danom.Mvc.csproj @@ -2,7 +2,7 @@ Danom.Mvc - 1.1.1 + 1.2.0 ASP.NET Core MVC helpers for Danom. @@ -44,8 +44,7 @@ - - + diff --git a/src/Danom.Validation/Danom.Validation.csproj b/src/Danom.Validation/Danom.Validation.csproj index 0fc3e5f..b3fe776 100644 --- a/src/Danom.Validation/Danom.Validation.csproj +++ b/src/Danom.Validation/Danom.Validation.csproj @@ -2,7 +2,7 @@ Danom.Validation - 1.1.1 + 1.2.0 Validators and validation helpers for Danom based on FluentValidation. @@ -40,7 +40,7 @@ - +