Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a package description to FSharp.Analyzers.Build #192

Merged
merged 1 commit into from
Jan 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add a package description to FSharp.Analyzers.build
Numpsy committed Jan 1, 2024
commit 2e5a1c43945f0a57602a75d3a902c011ba7c3ba4
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>
@@ -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\" />