File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# Auto detect text files and perform LF normalization
1616* text =auto
1717
18- # Visual Studio diff
18+ # Show C# method names in diff chunk headers
1919* .cs diff =csharp
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.Build.NoTargets/3.3 .0" >
1+ <Project Sdk =" Microsoft.Build.NoTargets/3.5 .0" >
22 <!-- https://github.com/microsoft/MSBuildSdks/tree/master/src/NoTargets -->
33
44 <!--
2222 <EnableDefaultItems >false</EnableDefaultItems >
2323 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
2424 <AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
25- <SkipCopyBuildProduct >true</SkipCopyBuildProduct >
26- <DebugSymbols >false</DebugSymbols >
27- <DebugType >none</DebugType >
2825 <IsPublishable >false</IsPublishable >
2926 <IsPackable >false</IsPackable >
30- <SetGitHubActionsVersion >true</SetGitHubActionsVersion >
3127 </PropertyGroup >
3228
3329 <ItemGroup >
Original file line number Diff line number Diff line change 4242 <!-- Build properties -->
4343 <PropertyGroup >
4444 <LangVersion >10</LangVersion >
45- <Nullable >enable</Nullable >
4645 <ImplicitUsings >true</ImplicitUsings >
46+ <Nullable >enable</Nullable >
4747 </PropertyGroup >
4848
4949 <!-- Packaging properties -->
Original file line number Diff line number Diff line change 3131
3232 <!-- Visibility -->
3333 <ItemGroup >
34- <InternalsVisibleTo Include =" Prequel.Tests" />
35- <InternalsVisibleTo Include =" DynamicProxyGenAssembly2" />
34+ <InternalsVisibleTo Include =" Prequel.Tests" />
35+ <InternalsVisibleTo Include =" DynamicProxyGenAssembly2" />
3636 <!-- Required for Moq to mock a class with an internal abstract method. -->
3737 </ItemGroup >
3838 <ItemGroup >
4949 <PackageReference Include =" SauceControl.InheritDoc" Version =" 1.3.0" PrivateAssets =" all" />
5050 </ItemGroup >
5151
52- <!-- SourceLink https://github.com/dotnet/sourcelink/blob/master /README.md -->
52+ <!-- SourceLink https://github.com/dotnet/sourcelink/blob/main /README.md -->
5353 <ItemGroup Condition =" '$(IsPackable)' == 'true'" >
5454 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" all" />
5555 </ItemGroup >
You can’t perform that action at this time.
0 commit comments