File tree 3 files changed +0
-15
lines changed
3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
- <PropertyGroup >
3
- <!-- Unset the repo tool manifest property in CI as we don't use repo tools there anyway,
4
- until https://github.com/dotnet/sdk/issues/10938 is fixed. -->
5
- <_RepoToolManifest Condition =" '$(ContinuousIntegrationBuild)' == 'true'" />
6
- </PropertyGroup >
7
2
8
3
<ItemGroup >
9
4
<PackageReference Include =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" $(MicrosoftDotNetBuildTasksPackagingVersion)" />
10
5
<PackageReference Include =" Microsoft.DotNet.Build.Tasks.Templating" Version =" $(MicrosoftDotNetBuildTasksTemplatingVersion)" />
11
6
</ItemGroup >
12
7
13
- <!-- excluded from source build -->
14
- <ItemGroup Condition =" '$(DotNetBuildSourceOnly)' != 'true'" >
15
- <PackageReference Include =" Microsoft.DotNet.VersionTools.Tasks" Version =" $(MicrosoftDotNetVersionToolsTasksVersion)" />
16
- </ItemGroup >
17
-
18
8
</Project >
Original file line number Diff line number Diff line change 159
159
<Uri >https://github.com/dotnet/dotnet</Uri >
160
160
<Sha >58950550c5c2c7a2431595699b38fd0360fd63e9</Sha >
161
161
</Dependency >
162
- <Dependency Name =" Microsoft.DotNet.VersionTools.Tasks" Version =" 10.0.0-beta.25178.2" >
163
- <Uri >https://github.com/dotnet/arcade</Uri >
164
- <Sha >7d1967403f5b12406763c666f41e3358bb542ced</Sha >
165
- </Dependency >
166
162
<Dependency Name =" Microsoft.DotNet.SharedFramework.Sdk" Version =" 10.0.0-beta.25224.104" >
167
163
<Uri >https://github.com/dotnet/dotnet</Uri >
168
164
<Sha >58950550c5c2c7a2431595699b38fd0360fd63e9</Sha >
Original file line number Diff line number Diff line change 99
99
<MicrosoftDotNetBuildTasksTemplatingVersion >10.0.0-beta.25224.104</MicrosoftDotNetBuildTasksTemplatingVersion >
100
100
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion >10.0.0-beta.25224.104</MicrosoftDotNetBuildTasksWorkloadsPackageVersion >
101
101
<MicrosoftDotNetRemoteExecutorVersion >10.0.0-beta.25224.104</MicrosoftDotNetRemoteExecutorVersion >
102
- <MicrosoftDotNetVersionToolsTasksVersion >10.0.0-beta.25178.2</MicrosoftDotNetVersionToolsTasksVersion >
103
102
<MicrosoftDotNetPackageTestingVersion >10.0.0-beta.25224.104</MicrosoftDotNetPackageTestingVersion >
104
103
<MicrosoftDotNetXliffTasksVersion >10.0.0-beta.25224.104</MicrosoftDotNetXliffTasksVersion >
105
104
<!-- TODO: Remove pinned xunit.analyzers version: https://github.com/dotnet/runtime/issues/97088 -->
You can’t perform that action at this time.
0 commit comments