Skip to content

Commit

Permalink
[dotnes.compiler] fix missing LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Sep 20, 2024
1 parent e157935 commit ebc1ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dotnes.compiler/dotnes.compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PackageId>dotnes.compiler</PackageId>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>dotnes</AssemblyName>
Expand Down

0 comments on commit ebc1ef4

Please sign in to comment.