diff --git a/.editorconfig b/.editorconfig index 8b506da..d74d8fc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -608,6 +608,7 @@ csharp_space_around_dot=false csharp_space_around_lambda_arrow=true csharp_space_before_pointer_asterik_declaration=false csharp_space_before_nullable_mark=false +csharp_style_namespace_declarations = file_scoped:warning [*.cshtml] linebreaks_around_razor_statements=true diff --git a/.idea/.idea.Claunia.Encoding/.idea/misc.xml b/.idea/.idea.Claunia.Encoding/.idea/misc.xml index ab84326..1d8c84d 100644 --- a/.idea/.idea.Claunia.Encoding/.idea/misc.xml +++ b/.idea/.idea.Claunia.Encoding/.idea/misc.xml @@ -1,8 +1,5 @@ - - diff --git a/Claunia.Encoding.Tests/Claunia.Encoding.Tests.csproj b/Claunia.Encoding.Tests/Claunia.Encoding.Tests.csproj index b3cc33d..b792677 100644 --- a/Claunia.Encoding.Tests/Claunia.Encoding.Tests.csproj +++ b/Claunia.Encoding.Tests/Claunia.Encoding.Tests.csproj @@ -4,8 +4,8 @@ Library Claunia.Encoding.Tests Claunia.Encoding.Tests - netcoreapp3.1;net5.0 1.9.1 + net6.0 diff --git a/Claunia.Encoding/Claunia.Encoding.csproj b/Claunia.Encoding/Claunia.Encoding.csproj index fd3178d..8dd18fe 100644 --- a/Claunia.Encoding/Claunia.Encoding.csproj +++ b/Claunia.Encoding/Claunia.Encoding.csproj @@ -18,7 +18,6 @@ MIT 1.9.1 Updated all codepages to include symbols defined as of Unicode 13.0 - netcoreapp3.1;net5.0 1.9.1 Claunia.com © 2016-2021 Natalia Portillo @@ -30,6 +29,7 @@ true true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + net6.0