diff --git a/.azure-pipelines/generation-templates/dotnet-kiota.yml b/.azure-pipelines/generation-templates/dotnet-kiota.yml index d504014aa..f2f682495 100644 --- a/.azure-pipelines/generation-templates/dotnet-kiota.yml +++ b/.azure-pipelines/generation-templates/dotnet-kiota.yml @@ -10,11 +10,3 @@ steps: OutputFullPath: $(kiotaDirectory)/output/* RepoModelsDir: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/Generated/ -- pwsh: 'dotnet restore' - displayName: Restore dependencies for ${{ parameters.repoName }} - workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }} - -- pwsh: 'dotnet build --configuration $(buildConfiguration) -f netstandard2.0 --no-restore' - displayName: Build dll for ${{ parameters.repoName }} - workingDirectory: $(Build.SourcesDirectory)/${{ parameters.repoName }}/src/Microsoft.Graph/ - diff --git a/.github/dependabot.yml b/.github/dependabot.yml index efbca6d66..abf42c5b4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,15 @@ updates: directory: "/" schedule: interval: daily + groups: + MSTestFramework: + patterns: + - "Microsoft.NET.Test*" + - "MSTest.*" + NUnitTestFramework: + patterns: + - "NUnit*" + open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/" diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 224d4f7d3..208edc3a8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,7 +16,7 @@ jobs: with: submodules: recursive - name: Setup .NET - uses: actions/setup-dotnet@v4.3.0 + uses: actions/setup-dotnet@v4.3.1 with: dotnet-version: 8.0.x - name: Restore dependencies diff --git a/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj b/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj index e9ed6f798..23cf8fe38 100644 --- a/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj +++ b/GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj @@ -16,12 +16,12 @@ - + - 3.7.1 + 3.8.3 - 3.7.3 + 3.8.3 \ No newline at end of file diff --git a/src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj b/src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj index 7d1e23bab..ace02f0b1 100644 --- a/src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj +++ b/src/GraphODataTemplateWriter/GraphODataTemplateWriter.csproj @@ -36,7 +36,7 @@ - + 3.0.0 @@ -44,7 +44,7 @@ 4.7.15 - + diff --git a/src/Typewriter/Typewriter.csproj b/src/Typewriter/Typewriter.csproj index 604ba9ae5..3fd4e4983 100644 --- a/src/Typewriter/Typewriter.csproj +++ b/src/Typewriter/Typewriter.csproj @@ -17,16 +17,16 @@ 2.9.1 - - + + - + 5.1.2 - 5.3.4 + 5.4.0 diff --git a/submodules/vipr b/submodules/vipr index 834d1a8af..c5c220440 160000 --- a/submodules/vipr +++ b/submodules/vipr @@ -1 +1 @@ -Subproject commit 834d1a8af3375f5ef98990e47c26a369666e87f5 +Subproject commit c5c2204400b27503a3b9fb75a36b5a3cf9ed90f0 diff --git a/test/Typewriter.Test/Typewriter.Test.csproj b/test/Typewriter.Test/Typewriter.Test.csproj index e125ea93f..e1a32b53e 100644 --- a/test/Typewriter.Test/Typewriter.Test.csproj +++ b/test/Typewriter.Test/Typewriter.Test.csproj @@ -37,12 +37,12 @@ - + 4.3.2 - 4.6.0 + 5.0.0