diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9d2275d..6688a47 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest env: - VERSION: 1.2.${{ github.run_number }} + VERSION: 8.0.${{ github.run_number }} USERNAME: lk-code NUGET_FILE: "**/*.nupkg" diff --git a/README.md b/README.md index 59103c6..f3a73df 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ [![License](https://img.shields.io/github/license/lk-code/fluent-data-builder.svg?style=flat-square)](https://github.com/lk-code/fluent-data-builder/blob/master/LICENSE) [![Downloads](https://img.shields.io/nuget/dt/FluentDataBuilder.svg?style=flat-square)](https://www.nuget.org/packages/FluentDataBuilder/) -[![.NET Version](https://img.shields.io/badge/dotnet%20version-net6.0-blue?style=flat-square)](https://www.nuget.org/packages/FluentDataBuilder/) -[![.NET Version](https://img.shields.io/badge/dotnet%20version-net7.0-blue?style=flat-square)](https://www.nuget.org/packages/FluentDataBuilder/) [![.NET Version](https://img.shields.io/badge/dotnet%20version-net8.0-blue?style=flat-square)](https://www.nuget.org/packages/FluentDataBuilder/) [![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=lk-code_fluent-data-builder&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=lk-code_fluent-data-builder) diff --git a/source/FluentDataBuilder.ExtensionTests/FluentDataBuilder.ExtensionTests.csproj b/source/FluentDataBuilder.ExtensionTests/FluentDataBuilder.ExtensionTests.csproj index e78647a..d974c86 100644 --- a/source/FluentDataBuilder.ExtensionTests/FluentDataBuilder.ExtensionTests.csproj +++ b/source/FluentDataBuilder.ExtensionTests/FluentDataBuilder.ExtensionTests.csproj @@ -9,10 +9,10 @@ - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/source/FluentDataBuilder.Json/FluentDataBuilder.Json.csproj b/source/FluentDataBuilder.Json/FluentDataBuilder.Json.csproj index 587ad4d..53bd36f 100644 --- a/source/FluentDataBuilder.Json/FluentDataBuilder.Json.csproj +++ b/source/FluentDataBuilder.Json/FluentDataBuilder.Json.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net8.0 enable enable @@ -35,7 +35,7 @@ - + diff --git a/source/FluentDataBuilder.Microsoft.Extensions.Configuration.Tests/FluentDataBuilder.Microsoft.Extensions.Configuration.Tests.csproj b/source/FluentDataBuilder.Microsoft.Extensions.Configuration.Tests/FluentDataBuilder.Microsoft.Extensions.Configuration.Tests.csproj index e7e6718..e73dccd 100644 --- a/source/FluentDataBuilder.Microsoft.Extensions.Configuration.Tests/FluentDataBuilder.Microsoft.Extensions.Configuration.Tests.csproj +++ b/source/FluentDataBuilder.Microsoft.Extensions.Configuration.Tests/FluentDataBuilder.Microsoft.Extensions.Configuration.Tests.csproj @@ -9,11 +9,11 @@ - + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/source/FluentDataBuilder.Microsoft.Extensions.Configuration/FluentDataBuilder.Microsoft.Extensions.Configuration.csproj b/source/FluentDataBuilder.Microsoft.Extensions.Configuration/FluentDataBuilder.Microsoft.Extensions.Configuration.csproj index 5d0165c..d63be07 100644 --- a/source/FluentDataBuilder.Microsoft.Extensions.Configuration/FluentDataBuilder.Microsoft.Extensions.Configuration.csproj +++ b/source/FluentDataBuilder.Microsoft.Extensions.Configuration/FluentDataBuilder.Microsoft.Extensions.Configuration.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net8.0 enable enable @@ -24,11 +24,11 @@ - - + + - + diff --git a/source/FluentDataBuilder.NewtonsoftJson/FluentDataBuilder.NewtonsoftJson.csproj b/source/FluentDataBuilder.NewtonsoftJson/FluentDataBuilder.NewtonsoftJson.csproj index d865a4d..0215110 100644 --- a/source/FluentDataBuilder.NewtonsoftJson/FluentDataBuilder.NewtonsoftJson.csproj +++ b/source/FluentDataBuilder.NewtonsoftJson/FluentDataBuilder.NewtonsoftJson.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net8.0 enable enable @@ -24,7 +24,7 @@ - + diff --git a/source/FluentDataBuilder.Tests/FluentDataBuilder.Tests.csproj b/source/FluentDataBuilder.Tests/FluentDataBuilder.Tests.csproj index 7e3d42c..5a2bb44 100644 --- a/source/FluentDataBuilder.Tests/FluentDataBuilder.Tests.csproj +++ b/source/FluentDataBuilder.Tests/FluentDataBuilder.Tests.csproj @@ -9,10 +9,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/source/FluentDataBuilder.Xml/FluentDataBuilder.Xml.csproj b/source/FluentDataBuilder.Xml/FluentDataBuilder.Xml.csproj index 62eadd1..9fc5606 100644 --- a/source/FluentDataBuilder.Xml/FluentDataBuilder.Xml.csproj +++ b/source/FluentDataBuilder.Xml/FluentDataBuilder.Xml.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net8.0 enable enable @@ -35,7 +35,7 @@ - + diff --git a/source/FluentDataBuilder.Yaml/FluentDataBuilder.Yaml.csproj b/source/FluentDataBuilder.Yaml/FluentDataBuilder.Yaml.csproj index 6a7a55b..5865556 100644 --- a/source/FluentDataBuilder.Yaml/FluentDataBuilder.Yaml.csproj +++ b/source/FluentDataBuilder.Yaml/FluentDataBuilder.Yaml.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net8.0 enable enable @@ -35,8 +35,8 @@ - - + + diff --git a/source/FluentDataBuilder.slnx b/source/FluentDataBuilder.slnx new file mode 100644 index 0000000..4ebbfa3 --- /dev/null +++ b/source/FluentDataBuilder.slnx @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/source/FluentDataBuilder/FluentDataBuilder.csproj b/source/FluentDataBuilder/FluentDataBuilder.csproj index 48883ba..8bc6037 100644 --- a/source/FluentDataBuilder/FluentDataBuilder.csproj +++ b/source/FluentDataBuilder/FluentDataBuilder.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net8.0 enable enable