File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <LangVersion >8.0</LangVersion >
55 <VersionPrefix >0.1.0</VersionPrefix >
6- <Product >PAM for .NET</Product >
6+ <Product >PAM bindings for .NET</Product >
77 <Copyright >Fubar Development Junker 2019</Copyright >
88 <Company >Fubar Development Junker</Company >
99 <Authors >Fubar Development Junker</Authors >
1212 <PackageReleaseNotes >https://github.com/FubarDevelopment/PamSharp/releases</PackageReleaseNotes >
1313 <RepositoryUrl >https://github.com/FubarDevelopment/PamSharp.git</RepositoryUrl >
1414 <RepositoryType >git</RepositoryType >
15+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
1516 <MinClientVersion >3.5</MinClientVersion >
1617 <CodeAnalysisRuleSet >$(MSBuildThisFileDirectory)FubarDev.PamSharp.ruleset</CodeAnalysisRuleSet >
1718 <NullableContextOptions >enable</NullableContextOptions >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netcoreapp3.0</TargetFrameworks >
4- <Description >PAM for .NET</Description >
4+ <Description >PAM bindings for .NET</Description >
55 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
66 <NoWarn Condition =" '$(Configuration)' != 'Release' " >$(NoWarn);SA1401</NoWarn >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments