Skip to content

Commit

Permalink
reorder attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Dec 16, 2023
1 parent 1960f00 commit 1935e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragonFruit.Data.Roslyn/DragonFruit.Data.Roslyn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ProjectReference Include="..\DragonFruit.Data\DragonFruit.Data.csproj"/>

<!-- Roslyn component -->
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="tools"/>
<None Update="tools\*.ps1" Pack="true" PackagePath="tools" CopyToOutputDirectory="Always"/>
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false"/>
</ItemGroup>

Expand Down

0 comments on commit 1935e7b

Please sign in to comment.