Skip to content

Commit

Permalink
Add a package description to FSharp.Analyzers.build
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Jan 1, 2024
1 parent a952061 commit 2e5a1c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FSharp.Analyzers.Build/FSharp.Analyzers.Build.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<NoPackageAnalysis>true</NoPackageAnalysis>
Expand All @@ -7,6 +7,7 @@
<DevelopmentDependency>true</DevelopmentDependency>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ChangelogFile>$(MSBuildThisFileDirectory)CHANGELOG.md</ChangelogFile>
<Description>MSBuild integration for fsharp-analyzers</Description>
</PropertyGroup>
<ItemGroup>
<Content Include="build\*" PackagePath="build\" />
Expand Down

0 comments on commit 2e5a1c4

Please sign in to comment.