Skip to content

Commit c9d7ba3

Browse files
remove obsolete pre-built exclusions; fixup dep versions
1 parent 834c975 commit c9d7ba3

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
77
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
88
<add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
9+
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
910
<!-- Feeds for source-build intermediates -->
1011
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
11-
<add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
1212
</packageSources>
1313
<disabledPackageSources>
1414
<clear />

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@
33
<IgnorePatterns>
44
<UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*" />
55
</IgnorePatterns>
6-
<Usages>
7-
<!-- MSBuild versions starting from 16.10.0 do not target NET Core -->
8-
<!-- and fail the non-source-build -->
9-
<Usage Id="Microsoft.Build" Version="16.8.0" IsDirectDependency="true" />
10-
</Usages>
116
</UsageData>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<Uri>https://github.com/dotnet/msbuild</Uri>
3232
<Sha>a6f6699d1f70bf79db82030938d2c5e52d1e4d2e</Sha>
3333
</Dependency>
34-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23211.2">
34+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="8.0.0-alpha.1.23253.2">
3535
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
3636
<Sha>c053ca210364dfa4904006b811249f14743e853e</Sha>
3737
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
@@ -43,12 +43,12 @@
4343
<Sha>469dcc0cbcba5221727c8a5b9eec4a478e24a780</Sha>
4444
<SourceBuild RepoName="arcade" ManagedOnly="true" />
4545
</Dependency>
46-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23210.3" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
46+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="8.0.0-beta.23218.3" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
4747
<Uri>https://github.com/dotnet/sourcelink</Uri>
4848
<Sha>759f344923a0859f3fae83431d0ba1cc62108118</Sha>
4949
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
5050
</Dependency>
51-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23206.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
51+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23218.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
5252
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
5353
<Sha>519d565b45c46ac452fe5a77ab63295138992e07</Sha>
5454
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />

0 commit comments

Comments
 (0)