Skip to content
Open
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
4 changes: 2 additions & 2 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@
<!-- Begin: Package sources from dotnet-aspnetcore -->
<!-- End: Package sources from dotnet-aspnetcore -->
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
<add key="darc-pub-DotNet-msbuild-Trusted-2681ee4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-2681ee4b/nuget/v3/index.json" />
<!-- End: Package sources from DotNet-msbuild-Trusted -->
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
<!-- End: Package sources from dotnet-roslyn-analyzers -->
<!-- Begin: Package sources from dotnet-runtime -->
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-templating -->
<add key="darc-pub-dotnet-templating-fe4cc37" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-fe4cc37d/nuget/v3/index.json" />
<add key="darc-pub-dotnet-templating-0258ae6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-0258ae6d/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-templating -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<!-- End: Package sources from dotnet-windowsdesktop -->
Expand All @@ -57,7 +58,6 @@
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
<!-- Used for Rich Navigation indexing task -->
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
<!-- <add key="darc-int-DotNet-msbuild-Trusted-728984d" value="true" /> -->
</packageSources>
<disabledPackageSources>
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
Expand Down
22 changes: 11 additions & 11 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<ProductDependencies>
<Dependency Name="Microsoft.TemplateEngine.Abstractions" Version="9.0.112">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>fe4cc37dbec5ec7d1266d7ae152e69bdb57e4386</Sha>
<Sha>0258ae6d0b2ca7995f869a0daacbf52563b34e08</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Mocks" Version="9.0.112-servicing.25515.11">
<Dependency Name="Microsoft.TemplateEngine.Mocks" Version="9.0.112-servicing.25520.5">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>fe4cc37dbec5ec7d1266d7ae152e69bdb57e4386</Sha>
<Sha>0258ae6d0b2ca7995f869a0daacbf52563b34e08</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.templating" Version="9.0.112-servicing.25515.11">
<Dependency Name="Microsoft.SourceBuild.Intermediate.templating" Version="9.0.112-servicing.25520.5">
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>fe4cc37dbec5ec7d1266d7ae152e69bdb57e4386</Sha>
<Sha>0258ae6d0b2ca7995f869a0daacbf52563b34e08</Sha>
<SourceBuild RepoName="templating" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="9.0.10">
Expand Down Expand Up @@ -73,18 +73,18 @@
<Sha>f70927a13648c24660c79ff19a6eb2aac100f0ab</Sha>
<SourceBuild RepoName="emsdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.12.50">
<Dependency Name="Microsoft.Build" Version="17.12.52">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
<Sha>2681ee4bc1172eb7bc551555f3e46ddc7381c2ae</Sha>
</Dependency>
<Dependency Name="Microsoft.Build.Localization" Version="17.12.50-preview-25517-02">
<Dependency Name="Microsoft.Build.Localization" Version="17.12.52-preview-25520-14">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
<Sha>2681ee4bc1172eb7bc551555f3e46ddc7381c2ae</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.50-preview-25517-02">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.12.52-preview-25520-14">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>465c45808f0e9f3c32eb145101eeeccdc29d39e6</Sha>
<Sha>2681ee4bc1172eb7bc551555f3e46ddc7381c2ae</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="12.9.101-beta.25070.7">
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
At usage sites, either we use MicrosoftBuildMinimumVersion, or MicrosoftBuildVersion in source-only modes.

Additionally, set the MinimumVSVersion for the installer UI that's required for targeting NetCurrent -->
<MicrosoftBuildVersion>17.12.50</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.50-preview-25517-02</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildVersion>17.12.52</MicrosoftBuildVersion>
<MicrosoftBuildLocalizationVersion>17.12.52-preview-25520-14</MicrosoftBuildLocalizationVersion>
<MicrosoftBuildMinimumVersion Condition="'$(DotNetBuildSourceOnly)' != 'true'">17.11.31</MicrosoftBuildMinimumVersion>
<MinimumVSVersion>17.12</MinimumVSVersion>
</PropertyGroup>
Expand All @@ -193,7 +193,7 @@
<MicrosoftTemplateEngineUtilsPackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineUtilsPackageVersion>
<MicrosoftTemplateSearchCommonPackageVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateSearchCommonPackageVersion>
<!-- test dependencies -->
<MicrosoftTemplateEngineMocksPackageVersion>9.0.112-servicing.25515.11</MicrosoftTemplateEngineMocksPackageVersion>
<MicrosoftTemplateEngineMocksPackageVersion>9.0.112-servicing.25520.5</MicrosoftTemplateEngineMocksPackageVersion>
<MicrosoftTemplateEngineTestHelperPackageVersion>$(MicrosoftTemplateEngineMocksPackageVersion)</MicrosoftTemplateEngineTestHelperPackageVersion>
<MicrosoftTemplateEngineAuthoringTemplateVerifierVersion>$(MicrosoftTemplateEngineAbstractionsPackageVersion)</MicrosoftTemplateEngineAuthoringTemplateVerifierVersion>
<MicrosoftTemplateSearchTemplateDiscoveryPackageVersion>$(MicrosoftTemplateEngineMocksPackageVersion)</MicrosoftTemplateSearchTemplateDiscoveryPackageVersion>
Expand Down