1- <Project >
2- <PropertyGroup >
3- <RootDirectory >$([System.IO.Path]::GetDirectoryName($([System.IO.Path]::GetDirectoryName($(MSBuildThisFileDirectory)))))</RootDirectory >
4- <LangVersion >latest</LangVersion >
5- <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
6- <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
7- <TreatSpecificWarningsAsErrors />
8- <Features >strict</Features >
9- <AnalysisLevel >latest</AnalysisLevel >
10- <Copyright >Copyright © Simon Potter 2025</Copyright >
11- <RepositoryUrl >https://github.com/sjp/Sherlock.git</RepositoryUrl >
12- <RepositoryType >git</RepositoryType >
13- <NeutralLanguage >en-US</NeutralLanguage >
14- <PackageLicenseExpression >MIT</PackageLicenseExpression >
15- <Authors >Simon Potter</Authors >
16- <Company ></Company >
17- <Product />
18- <PackageProjectUrl >https://github.com/sjp/Sherlock</PackageProjectUrl >
19- <PublishRepositoryUrl >true</PublishRepositoryUrl >
20- <IncludeSymbols >true</IncludeSymbols >
21- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
22- <EmbedUntrackedSources >true</EmbedUntrackedSources >
23- </PropertyGroup >
24-
25- <ItemGroup >
26- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
27- <PackageReference Include =" Roslynator.Analyzers" Version =" 4.14.0 " >
28- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
29- <PrivateAssets >all</PrivateAssets >
30- </PackageReference >
31- </ItemGroup >
1+ <Project >
2+ <PropertyGroup >
3+ <RootDirectory >$([System.IO.Path]::GetDirectoryName($([System.IO.Path]::GetDirectoryName($(MSBuildThisFileDirectory)))))</RootDirectory >
4+ <LangVersion >latest</LangVersion >
5+ <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
6+ <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
7+ <TreatSpecificWarningsAsErrors />
8+ <Features >strict</Features >
9+ <AnalysisLevel >latest</AnalysisLevel >
10+ <Copyright >Copyright © Simon Potter 2025</Copyright >
11+ <RepositoryUrl >https://github.com/sjp/Sherlock.git</RepositoryUrl >
12+ <RepositoryType >git</RepositoryType >
13+ <NeutralLanguage >en-US</NeutralLanguage >
14+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
15+ <Authors >Simon Potter</Authors >
16+ <Company ></Company >
17+ <Product />
18+ <PackageProjectUrl >https://github.com/sjp/Sherlock</PackageProjectUrl >
19+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
20+ <IncludeSymbols >true</IncludeSymbols >
21+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
22+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
23+ </PropertyGroup >
24+
25+ <ItemGroup >
26+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
27+ <PackageReference Include =" Roslynator.Analyzers" Version =" 4.14.1 " >
28+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
29+ <PrivateAssets >all</PrivateAssets >
30+ </PackageReference >
31+ </ItemGroup >
3232</Project >
0 commit comments