File tree Expand file tree Collapse file tree 4 files changed +23
-9
lines changed
IntelliTect.Multitool.Tests Expand file tree Collapse file tree 4 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 2424 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
2525 </PropertyGroup >
2626 <ItemGroup >
27- <None Include =" ../README.md" Pack =" true" PackagePath =" \" />
28- <SourceRoot Include =" $(MSBuildThisFileDirectory)" />
29- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version = " 1.1.1 " >
27+ <None Include =" ../README.md" Pack =" true" PackagePath =" \" />
28+ <SourceRoot Include =" $(MSBuildThisFileDirectory)" />
29+ <PackageReference Include =" Microsoft.SourceLink.GitHub" >
3030 <PrivateAssets >all</PrivateAssets >
3131 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
3232 </PackageReference >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <PropertyGroup >
3+ <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
4+ <CentralPackageTransitivePinningEnabled >false</CentralPackageTransitivePinningEnabled >
5+ </PropertyGroup >
6+ <ItemGroup >
7+ <PackageVersion Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 7.0.4" />
8+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
9+ <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" />
10+ <PackageVersion Include =" Moq" Version =" 4.20.69" />
11+ <PackageVersion Include =" xunit" Version =" 2.5.3" />
12+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.5.3" />
13+ </ItemGroup >
14+ </Project >
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Moq" Version = " 4.20.69 " />
12- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " 17.7.2 " />
13- <PackageReference Include =" xunit" Version = " 2.5.3 " />
14- <PackageReference Include =" xunit.runner.visualstudio" Version = " 2.5.3 " >
11+ <PackageReference Include =" Moq" />
12+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
13+ <PackageReference Include =" xunit" />
14+ <PackageReference Include =" xunit.runner.visualstudio" >
1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
1717 </PackageReference >
Original file line number Diff line number Diff line change 1818 <CodeAnalysisDictionary Include =" CustomDictionary.xml" />
1919 </ItemGroup >
2020 <ItemGroup >
21- <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version = " 7.0.4 " >
21+ <PackageReference Include =" Microsoft.CodeAnalysis.NetAnalyzers" >
2222 <PrivateAssets >all</PrivateAssets >
2323 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2424 </PackageReference >
2525 </ItemGroup >
2626 <ItemGroup >
27- <None Include =" Build/IntelliTect.Multitool.targets" Pack =" true" PackagePath =" build\IntelliTect.Multitool.targets" />
27+ <None Include =" Build/IntelliTect.Multitool.targets" Pack =" true" PackagePath =" build\IntelliTect.Multitool.targets" />
2828 </ItemGroup >
2929</Project >
You can’t perform that action at this time.
0 commit comments