From 42c65bc54ca0657d203f054073d8d98442edf675 Mon Sep 17 00:00:00 2001 From: AliveDevil Date: Fri, 2 Feb 2024 19:38:13 +0100 Subject: [PATCH] Package Versions --- .editorconfig | 2 +- Directory.Packages.props | 13 +++++++++++++ InkForge.Api/InkForge.Api.csproj | 12 ++++++------ 3 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 Directory.Packages.props 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