Skip to content

Commit 19546ef

Browse files
committed
cleanup
1 parent 6ce8e07 commit 19546ef

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<NoWarn>CS1591;CS0649;xUnit1026;xUnit1013;msb3277;CS0436</NoWarn>
55
<Version>14.6.6</Version>
6+
<LangVersion>10</LangVersion>
67
<AssemblyVersion>1.0.0</AssemblyVersion>
78
<PackageTags>Json, Testing, Verify, Snapshot, Approvals</PackageTags>
89
<Description>Enables verification of complex models and documents.</Description>

src/FakeDiffTool/FakeDiffTool.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
<TargetFrameworks>net6</TargetFrameworks>
55
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
66
<OutputPath>bin</OutputPath>
7-
<LangVersion>9.0</LangVersion>
87
</PropertyGroup>
98
</Project>

src/TargetLibrary/TargetLibrary.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<Nullable>enable</Nullable>
5-
<LangVersion>9.0</LangVersion>
65
<SignAssembly>true</SignAssembly>
76
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
87
</PropertyGroup>

0 commit comments

Comments
 (0)