Skip to content

Commit

Permalink
Move .editorconfig up into contentFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Sep 6, 2023
1 parent 08e74e7 commit b7c828e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xunit.assert.source.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<file target="_content\" src="..\tools\media\logo-128-transparent.png" />
<file target="_content\" src="..\README.md" />

<file src="build\.nuget.editorconfig" target="contentFiles\cs\netstandard1.1\Asserts\.editorconfig" />
<file src="build\.nuget.editorconfig" target="contentFiles\.editorconfig" />
<file src="xunit.assert\Asserts\**\*.cs" target="contentFiles\cs\netstandard1.1\Asserts" />
</files>
</package>

0 comments on commit b7c828e

Please sign in to comment.