Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
1 change: 0 additions & 1 deletion NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
<add key="darc-pub-DotNet-msbuild-Trusted-c192adb" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-c192adbb/nuget/v3/index.json" />
<!-- End: Package sources from DotNet-msbuild-Trusted -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
Expand Down
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Build" Version="17.15.0-preview-25276-10">
<Dependency Name="Microsoft.Build" Version="17.15.0-preview-25277-08">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>15d19b96cf826b99925c8e5fd75575f46c60dd4a</Sha>
<Sha>3c72a46efb237364e23601459fff7879c42d1aa0</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Framework" Version="17.15.0-preview-25276-10">
<Dependency Name="Microsoft.Build.Framework" Version="17.15.0-preview-25277-08">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>15d19b96cf826b99925c8e5fd75575f46c60dd4a</Sha>
<Sha>3c72a46efb237364e23601459fff7879c42d1aa0</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.15.0-preview-25276-10">
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.15.0-preview-25277-08">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>15d19b96cf826b99925c8e5fd75575f46c60dd4a</Sha>
<Sha>3c72a46efb237364e23601459fff7879c42d1aa0</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Utilities.Core" Version="17.15.0-preview-25276-10">
<Dependency Name="Microsoft.Build.Utilities.Core" Version="17.15.0-preview-25277-08">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>15d19b96cf826b99925c8e5fd75575f46c60dd4a</Sha>
<Sha>3c72a46efb237364e23601459fff7879c42d1aa0</Sha>
</Dependency>
<Dependency Name="System.Reflection.Metadata" Version="9.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
9 changes: 5 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
<VisualStudioProjectSystemPackagesVersion>17.14.79</VisualStudioProjectSystemPackagesVersion>
<VisualStudioShellProjectsPackages>17.14.40254</VisualStudioShellProjectsPackages>
<MicrosoftVisualStudioThreadingPackagesVersion>17.14.15</MicrosoftVisualStudioThreadingPackagesVersion>
<MicrosoftBuildVersion>17.15.0-preview-25276-10</MicrosoftBuildVersion>
<MicrosoftBuildVersion>17.15.0-preview-25277-08</MicrosoftBuildVersion>

<!-- Roslyn packages -->
<MicrosoftCodeAnalysisEditorFeaturesVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesVersion>
<MicrosoftCodeAnalysisEditorFeaturesTextVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesTextVersion>
Expand Down Expand Up @@ -139,9 +140,9 @@
<MicrosoftVisualStudioShellImmutable150Version>15.0.25123-Dev15Preview</MicrosoftVisualStudioShellImmutable150Version>
<!-- -->
<!-- Microsoft Build packages -->
<MicrosoftBuildFrameworkVersion>17.15.0-preview-25276-10</MicrosoftBuildFrameworkVersion>
<MicrosoftBuildTasksCoreVersion>17.15.0-preview-25276-10</MicrosoftBuildTasksCoreVersion>
<MicrosoftBuildUtilitiesCoreVersion>17.15.0-preview-25276-10</MicrosoftBuildUtilitiesCoreVersion>
<MicrosoftBuildFrameworkVersion>17.15.0-preview-25277-08</MicrosoftBuildFrameworkVersion>
<MicrosoftBuildTasksCoreVersion>17.15.0-preview-25277-08</MicrosoftBuildTasksCoreVersion>
<MicrosoftBuildUtilitiesCoreVersion>17.15.0-preview-25277-08</MicrosoftBuildUtilitiesCoreVersion>
<!-- -->
<!-- Visual Studio Editor packages -->
<MicrosoftVisualStudioCoreUtilityVersion>$(VisualStudioEditorPackagesVersion)</MicrosoftVisualStudioCoreUtilityVersion>
Expand Down
Loading