File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)resources\delegate.snk</AssemblyOriginatorKeyFile >
2121 </PropertyGroup >
2222
23- <!-- Package metadata for packable projects -->
24- <PropertyGroup Condition =" '$(IsPackable)' != 'false'" >
25- <PackageLicenseFile >LICENSE</PackageLicenseFile >
26- <PackageIcon >contextand.png</PackageIcon >
27- <PackageReadmeFile >README.md</PackageReadmeFile >
28- <Version >1.0.0-local</Version >
29- </PropertyGroup >
30-
3123 <!-- Test project defaults -->
3224 <PropertyGroup Condition =" $(MSBuildProjectName.EndsWith('.Tests'))" >
3325 <IsTestProject >true</IsTestProject >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <!-- Package metadata for packable projects -->
3+ <!-- This is in .targets (not .props) because it must evaluate AFTER project files set IsPackable=true -->
4+ <PropertyGroup Condition =" '$(IsPackable)' != 'false'" >
5+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
6+ <PackageIcon >contextand.png</PackageIcon >
7+ <PackageReadmeFile >README.md</PackageReadmeFile >
8+ <Version >1.0.0-local</Version >
9+ </PropertyGroup >
10+ </Project >
You can’t perform that action at this time.
0 commit comments