Skip to content

Commit

Permalink
exclude content files from dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Feb 20, 2024
1 parent d55e96b commit eab1e17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>2.6.2</Version>
<Version>2.6.3</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageTags>Polyfill</PackageTags>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
Expand Down
4 changes: 2 additions & 2 deletions src/Polyfill/Polyfill.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
target="contentFiles/cs/netstandard2.0/Polyfill/Regex"/>
<file src="PlatformCompatibility\*.cs"
target="contentFiles/cs/netstandard2.0/Polyfill/PlatformCompatibility"/>
<file src="Polyfill.targets"
target="build"/>
<file src="exclude.editorconfig"
target="contentFiles/cs/netstandard2.0/Polyfill/.editorconfig"/>
</files>
</package>
2 changes: 2 additions & 0 deletions src/Polyfill/exclude.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# exclude code from dotnet format https://github.com/dotnet/sdk/issues/38906
root = true

0 comments on commit eab1e17

Please sign in to comment.