File tree Expand file tree Collapse file tree 4 files changed +28
-11
lines changed
Expand file tree Collapse file tree 4 files changed +28
-11
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 =" GitHubActionsTestLogger" Version =" 2.3.3" />
8+ <PackageVersion Include =" IntelliTect.TestTools.Console" Version =" 1.0.0-CI-20181030-214503" />
9+ <PackageVersion Include =" LibGit2Sharp" Version =" 0.27.2" />
10+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
11+ <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" />
12+ <PackageVersion Include =" Polly" Version =" 8.0.0" />
13+ <PackageVersion Include =" System.CommandLine.DragonFruit" Version =" 0.4.0-alpha.22272.1" />
14+ <PackageVersion Include =" xunit" Version =" 2.5.3" />
15+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.5.3" />
16+ </ItemGroup >
17+ </Project >
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" GitHubActionsTestLogger" Version = " 2.3.3 " >
9+ <PackageReference Include =" GitHubActionsTestLogger" >
1010 <PrivateAssets >all</PrivateAssets >
1111 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1212 </PackageReference >
13- <PackageReference Include =" IntelliTect.TestTools.Console" Version = " 1.0.0-CI-20181030-214503 " />
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version = " 17.7.2 " />
15- <PackageReference Include =" Polly" Version = " 8.0.0 " />
16- <PackageReference Include =" xunit" Version = " 2.5.3 " />
17- <PackageReference Include =" xunit.runner.visualstudio" Version = " 2.5.3 " />
13+ <PackageReference Include =" IntelliTect.TestTools.Console" />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
15+ <PackageReference Include =" Polly" />
16+ <PackageReference Include =" xunit" />
17+ <PackageReference Include =" xunit.runner.visualstudio" />
1818 </ItemGroup >
1919
2020 <ItemGroup >
Original file line number Diff line number Diff line change 1515 <NoWarn >CS1591</NoWarn >
1616 </PropertyGroup >
1717 <ItemGroup >
18- <PackageReference Include =" LibGit2Sharp" Version = " 0.27.2 " />
19- <PackageReference Include =" System.CommandLine.DragonFruit" Version = " 0.4.0-alpha.22272.1 " />
18+ <PackageReference Include =" LibGit2Sharp" />
19+ <PackageReference Include =" System.CommandLine.DragonFruit" />
2020 </ItemGroup >
2121
2222</Project >
You can’t perform that action at this time.
0 commit comments