Skip to content

Commit

Permalink
Merge pull request #500 from AArnott/fix2.8build
Browse files Browse the repository at this point in the history
Fix v2.8 build in Azure Pipelines
  • Loading branch information
AArnott authored Jul 2, 2022
2 parents adea0d2 + c3ee8d0 commit c462ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "5.0.201",
"version": "6.0.300",
"rollForward": "patch",
"allowPrerelease": false
}
Expand Down
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DefineConstants Condition=" '$(TargetFramework)' == 'netcoreapp2.1' or '$(TargetFramework)' == 'netcoreapp3.0' or '$(TargetFramework)' == 'netcoreapp3.1' ">$(DefineConstants);SPAN_BUILTIN</DefineConstants>
<NoWarn>$(NoWarn);NETSDK1138</NoWarn>

<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit c462ce7

Please sign in to comment.