Skip to content

Commit 20ecd4f

Browse files
committed
Misc solution-level files updates.
1 parent 410c157 commit 20ecd4f

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
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

.root.targets

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
<!--
@@ -22,12 +22,8 @@
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>

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
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 -->

Directory.Build.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
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>
@@ -49,7 +49,7 @@
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>

0 commit comments

Comments
 (0)