File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 </PropertyGroup >
2525
2626 <ItemGroup >
27- <None Include =" $(MSBuildThisFileDirectory)/LICENSE" Pack =" true" PackagePath =" /" Visible =" false" />
28- <None Include =" $(MSBuildThisFileDirectory)/assets/icon.png" Pack =" true" PackagePath =" /icon.png" Visible =" false" />
29- <None Include =" $(MSBuildThisFileDirectory)/README.md" Pack =" true" PackagePath =" /README.md" Visible =" false" />
27+ <None Include =" $(MSBuildThisFileDirectory)/LICENSE" Pack =" true" PackagePath =" /" Visible =" false" />
28+ <None Include =" $(MSBuildThisFileDirectory)/assets/icon.png" Pack =" true" PackagePath =" /icon.png" Visible =" false" />
29+ <None Include =" $(MSBuildThisFileDirectory)/README.md" Pack =" true" PackagePath =" /README.md" Visible =" false" />
3030 </ItemGroup >
3131
3232 <!--
3333 Use https://github.com/dotnet/reproducible-builds so certain properties are automatically set (like
3434 https://github.com/dotnet/sourcelink) for packages
3535 -->
3636 <ItemGroup >
37- <PackageReference Include =" DotNet.ReproducibleBuilds" PrivateAssets =" All" />
37+ <PackageReference Include =" DotNet.ReproducibleBuilds" PrivateAssets =" All" />
3838 </ItemGroup >
3939</Project >
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageVersion Include =" DotNet.ReproducibleBuilds" Version =" 1.2.25" PrivateAssets =" All" />
8+ <PackageVersion Include =" DotNet.ReproducibleBuilds" Version =" 1.2.25" PrivateAssets =" All" />
99 </ItemGroup >
1010
1111</Project >
Original file line number Diff line number Diff line change 11<Project >
2- <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
2+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Build.props, $(MSBuildThisFileDirectory)..))" />
33
44 <PropertyGroup >
55 <IsPackable >false</IsPackable >
66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" Microsoft.NET.Test.Sdk" />
10- <PackageReference Include =" xunit" />
11- <PackageReference Include =" xunit.runner.visualstudio" />
9+ <PackageReference Include =" Microsoft.NET.Test.Sdk" />
10+ <PackageReference Include =" xunit" />
11+ <PackageReference Include =" xunit.runner.visualstudio" />
1212 <PackageReference Include =" coverlet.collector" >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 11<Project >
2- <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
2+ <Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
33
44 <ItemGroup >
5- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
6- <PackageVersion Include =" Moq" Version =" 4.20.72" />
7- <PackageVersion Include =" xunit" Version =" 2.9.3" />
8- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.2 " />
5+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
6+ <PackageVersion Include =" Moq" Version =" 4.20.72" />
7+ <PackageVersion Include =" xunit" Version =" 2.9.3" />
8+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.3 " />
99 <PackageVersion Include =" coverlet.collector" Version =" 6.0.4" >
1010 <PrivateAssets >all</PrivateAssets >
1111 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <ItemGroup >
4- <PackageReference Include =" Moq" />
4+ <PackageReference Include =" Moq" />
55 </ItemGroup >
66
77 <ItemGroup >
8- <ProjectReference Include =" ..\..\src\FunQL.Core\FunQL.Core.csproj" />
8+ <ProjectReference Include =" ..\..\src\FunQL.Core\FunQL.Core.csproj" />
99 </ItemGroup >
1010
1111</Project >
You can’t perform that action at this time.
0 commit comments