diff --git a/.editorconfig b/.editorconfig index a353189..a1bb1cd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ indent_style = space charset = utf-8 # Xml files -[*.xml] +[*.{xml,sln,csproj,props,targets}] indent_size = 2 [*.sln] diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..14f354c --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,13 @@ + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/InkForge.Api/InkForge.Api.csproj b/InkForge.Api/InkForge.Api.csproj index 3fff0d1..999c101 100644 --- a/InkForge.Api/InkForge.Api.csproj +++ b/InkForge.Api/InkForge.Api.csproj @@ -9,11 +9,11 @@ - - - - - + + + + + - + \ No newline at end of file