This repository was archived by the owner on Aug 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Sentry.PlatformAbstractions Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
<DisableImplicitFrameworkReferences Condition =" !$(TargetFramework.StartsWith('netstandard'))" >true</DisableImplicitFrameworkReferences >
6
6
<!-- <GenerateDocumentationFile Condition="'$(Configuration)' == 'Release'">true</GenerateDocumentationFile> -->
7
7
<TreatWarningsAsErrors >True</TreatWarningsAsErrors >
8
- <LangVersion >7.2</LangVersion >
9
8
<Description >Abstractions to platform information</Description >
10
9
<Authors >Sentry Team and Contributors</Authors >
11
10
<PackageTags >Sentry;GetSentry;Error-Reporting;Crash-Reporting;Exception-Handling</PackageTags >
12
11
<PackageIconUrl >https://raw.githubusercontent.com/getsentry/sentry-dotnet-platform-abstractions/master/.assets/sentry-nuget.png</PackageIconUrl >
13
12
<PackageProjectUrl >https://sentry.io</PackageProjectUrl >
14
- <PackageLicenseUrl >https://github.com/getsentry/sentry-dotnet-platform-abstractions/blob/master/LICENSE</ PackageLicenseUrl >
13
+ <PackageLicenseExpression >MIT</ PackageLicenseExpression >
15
14
<RepositoryType >git</RepositoryType >
16
15
<RepositoryRoot >$(MSBuildThisFileDirectory)</RepositoryRoot >
17
16
<RepositoryUrl >https://github.com/getsentry/sentry-dotnet-platform-abstractions</RepositoryUrl >
18
- </PropertyGroup >
17
+ </PropertyGroup >
19
18
20
19
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
21
20
</ItemGroup >
You can’t perform that action at this time.
0 commit comments