File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3030 <PackageProjectUrl >https://github.com/oliverhanappi/ManualMappingGuard</PackageProjectUrl >
3131 <RepositoryType >git</RepositoryType >
3232 <RepositoryUrl >https://github.com/oliverhanappi/ManualMappingGuard.git</RepositoryUrl >
33+ <PackageTags >mapping;roslyn-analyzers</PackageTags >
3334 </PropertyGroup >
3435
3536 <ItemGroup >
36- <None Include =" $(OutputPath)\ $(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
37- <None Include =" $(OutputPath)\ ManualMappingGuard.dll" Pack =" true" PackagePath =" lib/netstandard2.0" Visible =" false" />
37+ <None Include =" $(OutputPath)$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
38+ <None Include =" $(OutputPath)ManualMappingGuard.dll" Pack =" true" PackagePath =" lib/netstandard2.0" Visible =" false" />
3839 </ItemGroup >
3940
4041</Project >
Original file line number Diff line number Diff line change 33 <LangVersion >8</LangVersion >
44 <Nullable >enable</Nullable >
55 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6+
7+ <SignAssembly >true</SignAssembly >
8+ <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)..\res\signing\key.snk</AssemblyOriginatorKeyFile >
69 </PropertyGroup >
710</Project >
You can’t perform that action at this time.
0 commit comments