Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4c0cf52
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jun 12, 2024
9532af7
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jun 13, 2024
4551bc1
[release/8.0.1xx] Update dependencies from dotnet/roslyn (#41555)
Jun 13, 2024
ef6e4fa
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jun 13, 2024
9a77ff9
2024-06 CTL
dtivel Jun 12, 2024
b9fb211
Update dependencies from https://github.com/dotnet/roslyn build 20240…
dotnet-maestro[bot] Jun 18, 2024
b318324
Update arcade
mmitche Jul 2, 2024
146f44d
Use delegation SAS for internal builds
mmitche Jul 2, 2024
c43ba3d
Update branding to 8.0.108
vseanreesermsft Jul 2, 2024
223ab4b
Update branding to 8.0.108 (#41921)
joeloff Jul 2, 2024
21f76f3
[release/8.0.1xx] Switch to dSAS for internal runtimes (#41915)
joeloff Jul 2, 2024
8594798
[release/8.0.1xx] Trusted roots: 2024-06 CTL (#41603)
joeloff Jul 2, 2024
44b1d45
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jul 2, 2024
998bc07
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jul 2, 2024
63060ec
[release/8.0.1xx] Update dependencies from dotnet/templating (#41932)
Jul 3, 2024
50f102b
Merge branch 'release/8.0.1xx'
Jul 3, 2024
c1a4356
[release/8.0.1xx] Update dependencies from dotnet/roslyn (#41579)
Jul 3, 2024
50386da
Onboard new inter-branch merge flow [Workflow]
Jun 20, 2024
cc69efe
[release/8.0.1xx] Onboard new inter-branch merge flow [Workflow] (#41…
Jul 4, 2024
c36fd96
Update dependencies from https://github.com/dotnet/templating build 2…
dotnet-maestro[bot] Jul 4, 2024
97651d1
[release/8.0.1xx] Update dependencies from dotnet/templating (#41972)
Jul 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/inter-branch-merge-flow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Inter-branch merge workflow
on:
push:
branches:
- release/**

permissions:
contents: write
pull-requests: write

jobs:
Merge:
uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
37 changes: 19 additions & 18 deletions .vsts-ci-richnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stages:
richCodeNavigationEnvironment: 'production'
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals windows.vs2019.amd64.open
demands: ImageOverride -equals windows.vs2019.amd64.open
timeoutInMinutes: 180
strategy:
matrix:
Expand All @@ -45,6 +45,7 @@ stages:
- _SignArgs: ''
- _InternalRuntimeDownloadArgs: ''
steps:
- template: /eng/common/templates/steps/enable-internal-runtimes.yml
- powershell: eng\common\build.ps1
-restore
-ci
Expand All @@ -65,23 +66,23 @@ stages:
TestFullMSBuild: 'true'
SYSTEM_ACCESSTOKEN: $(System.AccessToken)

- task: CopyFiles@2
displayName: Gather Logs
inputs:
SourceFolder: '$(Build.SourcesDirectory)/artifacts'
Contents: |
log/$(_BuildConfig)/**/*
TestResults/$(_BuildConfig)/**/*
SymStore/$(_BuildConfig)/**/*
TargetFolder: '$(Build.ArtifactStagingDirectory)'
continueOnError: true
- task: CopyFiles@2
displayName: Gather Logs
inputs:
SourceFolder: '$(Build.SourcesDirectory)/artifacts'
Contents: |
log/$(_BuildConfig)/**/*
TestResults/$(_BuildConfig)/**/*
SymStore/$(_BuildConfig)/**/*
TargetFolder: '$(Build.ArtifactStagingDirectory)'
continueOnError: true
condition: always()

- task: PublishBuildArtifacts@1
displayName: Publish Logs to VSTS
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
ArtifactName: '$(_AgentOSName)_$(Agent.JobName)_$(Build.BuildNumber)'
publishLocation: Container
continueOnError: true
- task: PublishBuildArtifacts@1
displayName: Publish Logs to VSTS
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
ArtifactName: '$(_AgentOSName)_$(Agent.JobName)_$(Build.BuildNumber)'
publishLocation: Container
continueOnError: true
condition: always()
6 changes: 3 additions & 3 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ variables:
value: /p:OfficialBuilder=Microsoft
- name: Codeql.Enabled
value: true
- group: DotNetBuilds storage account read tokens
- name: _InternalRuntimeDownloadArgs
value: /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
value: /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- group: DotNet-CLI-SDLValidation-Params
- template: /eng/common/templates-official/variables/pool-providers.yml
Expand Down Expand Up @@ -115,6 +114,7 @@ extends:
value: ''
- template: /eng/common/templates-official/job/source-build.yml@self
parameters:
enableInternalSources: true
platform:
name: 'Managed'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
Expand Down
18 changes: 6 additions & 12 deletions .vsts-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@ pr:
variables:
- name: teamName
value: Roslyn-Project-System
- name: _DotNetPublishToBlobFeed
value: false
- name: _CIBuild
value: -restore -build -sign -pack -ci
- name: _DotNetArtifactsCategory
value: .NETCore
- name: _DotNetValidationArtifactsCategory
value: .NETCore
- ${{ if or(startswith(variables['Build.SourceBranch'], 'refs/heads/release/'), startswith(variables['Build.SourceBranch'], 'refs/heads/internal/release/'), eq(variables['Build.Reason'], 'Manual')) }}:
- name: PostBuildSign
value: false
Expand All @@ -44,10 +38,9 @@ variables:
value: /p:OfficialBuilder=Microsoft
- name: Codeql.Enabled
value: true
- group: DotNetBuilds storage account read tokens
- name: _InternalRuntimeDownloadArgs
value: /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
value: /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- group: DotNet-CLI-SDLValidation-Params
- template: /eng/common/templates/variables/pool-providers.yml
Expand All @@ -64,9 +57,9 @@ stages:
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals windows.vs2019.amd64
steps:
- publish: $(Build.SourcesDirectory)\eng\BuildConfiguration
artifact: BuildConfiguration
displayName: Publish Build Config
- publish: $(Build.SourcesDirectory)\eng\BuildConfiguration
artifact: BuildConfiguration
displayName: Publish Build Config
- template: /eng/build-pr.yml
parameters:
agentOs: Windows_NT
Expand Down Expand Up @@ -94,6 +87,7 @@ stages:
_Test: ''
- template: /eng/common/templates/job/source-build.yml
parameters:
enableInternalSources: true
platform:
name: 'Managed'
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
Expand Down
2 changes: 1 addition & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Begin: Package sources from dotnet-runtime -->
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-templating -->
<add key="darc-pub-dotnet-templating-224824f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-224824ff/nuget/v3/index.json" />
<add key="darc-pub-dotnet-templating-5cab537" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-5cab5378/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-templating -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<!-- End: Package sources from dotnet-windowsdesktop -->
Expand Down
56 changes: 28 additions & 28 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.TemplateEngine.Abstractions" Version="8.0.107">
<Dependency Name="Microsoft.TemplateEngine.Abstractions" Version="8.0.108">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>224824ff7d90e091d7ed93bf056ff70c9d0d6ab9</Sha>
<Sha>5cab53780897ef7a8e212e10732af54c0a7e597f</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Mocks" Version="8.0.107-servicing.24270.5">
<Dependency Name="Microsoft.TemplateEngine.Mocks" Version="8.0.108-servicing.24353.3">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>224824ff7d90e091d7ed93bf056ff70c9d0d6ab9</Sha>
<Sha>5cab53780897ef7a8e212e10732af54c0a7e597f</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.templating" Version="8.0.107-servicing.24270.5">
<Dependency Name="Microsoft.SourceBuild.Intermediate.templating" Version="8.0.108-servicing.24353.3">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>224824ff7d90e091d7ed93bf056ff70c9d0d6ab9</Sha>
<Sha>5cab53780897ef7a8e212e10732af54c0a7e597f</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.5">
Expand Down Expand Up @@ -82,34 +82,34 @@
<Sha>551db7f100a4a8222cb2f6a3fc9036113ff7de42</Sha>
<SourceBuild RepoName="format" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-7.24225.6">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.8.0-7.24318.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>de75b3c77d41c21562fc2e9dbcc26b2268c80b26</Sha>
<Sha>4f7be70476bfc539fcef6633c2e9d3a9dc530443</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-7.24225.6">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.8.0-7.24318.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>de75b3c77d41c21562fc2e9dbcc26b2268c80b26</Sha>
<Sha>4f7be70476bfc539fcef6633c2e9d3a9dc530443</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-7.24225.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-7.24318.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>de75b3c77d41c21562fc2e9dbcc26b2268c80b26</Sha>
<Sha>4f7be70476bfc539fcef6633c2e9d3a9dc530443</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.8.0-7.24225.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.8.0-7.24318.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>de75b3c77d41c21562fc2e9dbcc26b2268c80b26</Sha>
<Sha>4f7be70476bfc539fcef6633c2e9d3a9dc530443</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.8.0-7.24225.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.8.0-7.24318.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>de75b3c77d41c21562fc2e9dbcc26b2268c80b26</Sha>
<Sha>4f7be70476bfc539fcef6633c2e9d3a9dc530443</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0-7.24225.6">
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.8.0-7.24318.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>de75b3c77d41c21562fc2e9dbcc26b2268c80b26</Sha>
<Sha>4f7be70476bfc539fcef6633c2e9d3a9dc530443</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.8.0-7.24225.6">
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.8.0-7.24318.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>de75b3c77d41c21562fc2e9dbcc26b2268c80b26</Sha>
<Sha>4f7be70476bfc539fcef6633c2e9d3a9dc530443</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="8.0.5-servicing.24224.4">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
Expand Down Expand Up @@ -483,22 +483,22 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24266.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24352.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6f70c7dd528f05cd28cec2a179d58c22e91d9ac</Sha>
<Sha>8b879da4e449c48d99f3f642fc429379a64e8fe8</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24266.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.24352.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6f70c7dd528f05cd28cec2a179d58c22e91d9ac</Sha>
<Sha>8b879da4e449c48d99f3f642fc429379a64e8fe8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24266.3">
<Dependency Name="Microsoft.DotNet.SignTool" Version="8.0.0-beta.24352.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6f70c7dd528f05cd28cec2a179d58c22e91d9ac</Sha>
<Sha>8b879da4e449c48d99f3f642fc429379a64e8fe8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24266.3">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24352.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e6f70c7dd528f05cd28cec2a179d58c22e91d9ac</Sha>
<Sha>8b879da4e449c48d99f3f642fc429379a64e8fe8</Sha>
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.0">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
Expand Down
24 changes: 12 additions & 12 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>
<!-- Repo Version Information -->
<PropertyGroup>
<VersionPrefix>8.0.107</VersionPrefix>
<VersionPrefix>8.0.108</VersionPrefix>
<!-- Enable to remove prerelease label. -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
Expand All @@ -33,7 +33,7 @@
<SystemCollectionsImmutablePackageVersion>7.0.0</SystemCollectionsImmutablePackageVersion>
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
<SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24266.3</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetSignToolVersion>8.0.0-beta.24352.1</MicrosoftDotNetSignToolVersion>
<MicrosoftWebXdtPackageVersion>7.0.0-preview.22423.2</MicrosoftWebXdtPackageVersion>
<SystemSecurityCryptographyProtectedDataPackageVersion>8.0.0</SystemSecurityCryptographyProtectedDataPackageVersion>
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
Expand Down Expand Up @@ -134,13 +134,13 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/templating -->
<MicrosoftTemplateEngineAbstractionsPackageVersion>8.0.107</MicrosoftTemplateEngineAbstractionsPackageVersion>
<MicrosoftTemplateEngineAbstractionsPackageVersion>8.0.108</MicrosoftTemplateEngineAbstractionsPackageVersion>
<MicrosoftTemplateEngineEdgePackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineEdgePackageVersion>
<MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineOrchestratorRunnableProjectsPackageVersion>
<MicrosoftTemplateEngineUtilsPackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineUtilsPackageVersion>
<MicrosoftTemplateSearchCommonPackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateSearchCommonPackageVersion>
<!-- test dependencies -->
<MicrosoftTemplateEngineMocksPackageVersion>8.0.107-servicing.24270.5</MicrosoftTemplateEngineMocksPackageVersion>
<MicrosoftTemplateEngineMocksPackageVersion>8.0.108-servicing.24353.3</MicrosoftTemplateEngineMocksPackageVersion>
<MicrosoftTemplateEngineTestHelperPackageVersion>$(MicrosoftTemplateEngineMocksPackageVersion)</MicrosoftTemplateEngineTestHelperPackageVersion>
<MicrosoftTemplateEngineAuthoringTemplateVerifierVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineAuthoringTemplateVerifierVersion>
<MicrosoftTemplateSearchTemplateDiscoveryPackageVersion>$(MicrosoftTemplateEngineMocksPackageVersion)</MicrosoftTemplateSearchTemplateDiscoveryPackageVersion>
Expand All @@ -151,13 +151,13 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-7.24225.6</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.8.0-7.24225.6</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.8.0-7.24225.6</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.8.0-7.24225.6</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.8.0-7.24225.6</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.8.0-7.24225.6</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.8.0-7.24225.6</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.8.0-7.24318.1</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftCodeAnalysisPackageVersion>4.8.0-7.24318.1</MicrosoftCodeAnalysisPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>4.8.0-7.24318.1</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.8.0-7.24318.1</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.8.0-7.24318.1</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.8.0-7.24318.1</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.8.0-7.24318.1</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
<MicrosoftNetCompilersToolsetVersion>$(MicrosoftNetCompilersToolsetPackageVersion)</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
<PropertyGroup>
Expand Down Expand Up @@ -206,7 +206,7 @@
<PropertyGroup>
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
<FluentAssertionsJsonVersion>6.1.0</FluentAssertionsJsonVersion>
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24266.3</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24352.1</MicrosoftDotNetXUnitExtensionsVersion>
<MoqPackageVersion>4.18.4</MoqPackageVersion>
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
Expand Down
Loading