Skip to content

Commit

Permalink
remove duplicate LangVersion properties (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Sep 30, 2024
1 parent 5ad2e42 commit d00b684
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Nullable>enable</Nullable>
<PackageId>StronglyTypedId.Templates</PackageId>
<Description>A collection of templates for generating strongly-typed IDs by decorating with a [StronglyTypedId] attribute</Description>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/StronglyTypedIds/StronglyTypedIds.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<Nullable>enable</Nullable>
<PackageId>StronglyTypedId</PackageId>
<Description>A source generator for creating strongly-typed IDs by decorating with a [StronglyTypedId] attribute</Description>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion test/StronglyTypedIds.Tests/StronglyTypedIds.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks>netcoreapp3.1;net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net48;$(TargetFrameworks)</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d00b684

Please sign in to comment.