diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bf986cd..27d679a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 7.0.x - name: Restore dependencies run: dotnet restore - name: Build diff --git a/CsvSerializer.sln b/CsvSerializer.sln index ee90d58..2e8c2ea 100644 --- a/CsvSerializer.sln +++ b/CsvSerializer.sln @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig .gitignore = .gitignore + .github\workflows\dotnet.yml = .github\workflows\dotnet.yml README.md = README.md EndProjectSection EndProject diff --git a/README.md b/README.md index fdc93b5..e1fb486 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -Status: Not ready for production - [![NuGet](https://img.shields.io/nuget/v/RG.CsvSerializer.svg)](https://www.nuget.org/packages/RG.CsvSerializer/) # Installation