Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 7c3fa34

Browse files
committed
ref: NuGet new license definition
1 parent 9b7b96e commit 7c3fa34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Sentry.PlatformAbstractions/Sentry.PlatformAbstractions.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@
55
<DisableImplicitFrameworkReferences Condition="!$(TargetFramework.StartsWith('netstandard'))">true</DisableImplicitFrameworkReferences>
66
<!-- <GenerateDocumentationFile Condition="'$(Configuration)' == 'Release'">true</GenerateDocumentationFile> -->
77
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
8-
<LangVersion>7.2</LangVersion>
98
<Description>Abstractions to platform information</Description>
109
<Authors>Sentry Team and Contributors</Authors>
1110
<PackageTags>Sentry;GetSentry;Error-Reporting;Crash-Reporting;Exception-Handling</PackageTags>
1211
<PackageIconUrl>https://raw.githubusercontent.com/getsentry/sentry-dotnet-platform-abstractions/master/.assets/sentry-nuget.png</PackageIconUrl>
1312
<PackageProjectUrl>https://sentry.io</PackageProjectUrl>
14-
<PackageLicenseUrl>https://github.com/getsentry/sentry-dotnet-platform-abstractions/blob/master/LICENSE</PackageLicenseUrl>
13+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1514
<RepositoryType>git</RepositoryType>
1615
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
1716
<RepositoryUrl>https://github.com/getsentry/sentry-dotnet-platform-abstractions</RepositoryUrl>
18-
</PropertyGroup>
17+
</PropertyGroup>
1918

2019
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
2120
</ItemGroup>

0 commit comments

Comments
 (0)