Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 0 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<!-- Begin: Package sources from dotnet-aspire -->
<!-- End: Package sources from dotnet-aspire -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-3875b54" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-3875b54e/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
Expand Down Expand Up @@ -38,7 +37,6 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-3875b54" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
</disabledPackageSources>
Expand Down
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,13 +561,13 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>448a29d2d2e4e27303f728202602708ed45838f5</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.8.0-preview.25364.2">
<Dependency Name="Microsoft.Testing.Platform" Version="1.8.0-preview.25367.8">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>ad90815c3000f49b310707d78c054400f5b8b214</Sha>
<Sha>62a0339db2a558ec8bb67f9f17fe6491ccd56c5b</Sha>
</Dependency>
<Dependency Name="MSTest" Version="3.10.0-preview.25364.2">
<Dependency Name="MSTest" Version="3.10.0-preview.25367.8">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>ad90815c3000f49b310707d78c054400f5b8b214</Sha>
<Sha>62a0339db2a558ec8bb67f9f17fe6491ccd56c5b</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.0-preview.7.25359.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<UsingToolVSSDK>true</UsingToolVSSDK>
<FlagNetStandard1XDependencies Condition="'$(DotNetBuildSourceOnly)' == 'true'">true</FlagNetStandard1XDependencies>
<!-- This property is only used in the dotnet test integration tests. -->
<MicrosoftTestingPlatformVersion>1.8.0-preview.25364.2</MicrosoftTestingPlatformVersion>
<MicrosoftTestingPlatformVersion>1.8.0-preview.25367.8</MicrosoftTestingPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="Servicing version information">
<VersionFeature21>30</VersionFeature21>
Expand Down Expand Up @@ -307,7 +307,7 @@
<AwesomeAssertionsVersion>8.0.2</AwesomeAssertionsVersion>
<AwesomeAssertionsJsonVersion>8.0.0</AwesomeAssertionsJsonVersion>
<MoqPackageVersion>4.18.4</MoqPackageVersion>
<MSTestVersion>3.10.0-preview.25364.2</MSTestVersion>
<MSTestVersion>3.10.0-preview.25367.8</MSTestVersion>
<XunitCombinatorialVersion>1.3.2</XunitCombinatorialVersion>
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>8.0.0-beta.23607.1</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
<BenchmarkDotNetPackageVersion>0.14.0</BenchmarkDotNetPackageVersion>
Expand Down