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
10 changes: 0 additions & 10 deletions eng/Tools.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,4 @@
<PackageReference Include="Microsoft.DotNet.VersionTools.Tasks" Version="$(MicrosoftDotNetVersionToolsTasksVersion)" />
</ItemGroup>

<!-- Mega hack to remove Newtonsoft.Json dependency which doesn't unify during runtime with the dependency in the SDK and causes MissingMethodExceptions. -->
<Target Name="RemovePackagingContentForMSBuildALC"
AfterTargets="Restore">
<PropertyGroup>
<_BuildTasksPackagingNewtonsoftDependency>$(NuGetPackageRoot)microsoft.dotnet.build.tasks.packaging\$(MicrosoftDotNetBuildTasksPackagingVersion)\tools\netcoreapp3.1\Newtonsoft.Json.dll</_BuildTasksPackagingNewtonsoftDependency>
</PropertyGroup>

<Delete Files="$(_BuildTasksPackagingNewtonsoftDependency)" Condition="Exists('$(_BuildTasksPackagingNewtonsoftDependency)')" />
</Target>

</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"rollForward": "major"
},
"tools": {
"dotnet": "6.0.100-preview.2.21118.7"
"dotnet": "6.0.100-preview.2.21155.3"
},
"native-tools": {
"cmake": "3.16.4",
Expand Down
8 changes: 0 additions & 8 deletions src/libraries/sendtohelixhelp.proj
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,4 @@
<Message Condition="'$(TestPackages)' != 'true'" Importance="High" Text="Build TargetFramework: $(BuildTargetFramework)" />
<Message Condition="'$(TestPackages)' == 'true'" Importance="High" Text="Doing Package Testing" />
</Target>

<!-- TODO: Remove after https://github.com/dotnet/arcade/pull/6975 is merged. -->
<Target Name="UpdateDotNetCliVersionForMobile"
BeforeTargets="AddDotNetSdk">
<PropertyGroup>
<DotNetCliVersion Condition="'$(DotNetCliPackageType)' == 'aspnetcore-runtime'">6.0.0-preview.1.21103.6</DotNetCliVersion>
</PropertyGroup>
</Target>
</Project>