From b0070c0ed24d21c4d0266c8623d8b75d2df1fe38 Mon Sep 17 00:00:00 2001 From: Chris Pulman Date: Tue, 19 Mar 2024 23:30:21 +0000 Subject: [PATCH] Housekeeping Update packages (#127) * Housekeeping Update packages * update build --- .github/workflows/ci-build.yml | 16 ++++------------ .github/workflows/release.yml | 16 ++++------------ src/Directory.Build.props | 6 ++++-- ...rbles.Locator.Register.SourceGenerator.csproj | 3 ++- .../ReactiveMarbles.Locator.csproj | 2 +- src/directory.packages.props | 10 +++++----- 6 files changed, 20 insertions(+), 33 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index dd2b2b7..8fd983d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -25,18 +25,10 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 3.1.x - - - name: Install .NET 5 - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 5.0.x - - - name: Install .NET 6 - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 6.0.x - include-prerelease: true + dotnet-version: | + 6.0.x + 7.0.x + 8.0.x - name: NBGV id: nbgv diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47116b8..9dcaf44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,18 +24,10 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 3.1.x - - - name: Install .NET 5 - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 5.0.x - - - name: Install .NET 6 - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 6.0.x - include-prerelease: true + dotnet-version: | + 6.0.x + 7.0.x + 8.0.x - name: NBGV id: nbgv diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 0a6b7de..08567c2 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -7,12 +7,13 @@ $(MSBuildProjectName.Contains('Tests')) embedded Glenn Watson;Rodney Littles II;Chris Pulman - Copyright (c) 2021 ReactiveUI Association Inc - logo.png + Copyright (c) $([System.DateTime]::Now.ToString('yyyy')) ReactiveUI Association Inc MIT https://github.com/reactivemarbles/Locator A simple locator for Reactive Marbles. Used when performance is key over a full feature set. glennawatson;chrispulman;RLittlesII + README.md + logo.png locator;marbles;rx https://github.com/reactivemarbles/Locator/releases https://github.com/reactivemarbles/Locator @@ -40,6 +41,7 @@ + diff --git a/src/ReactiveMarbles.Locator.Register.SourceGenerator/ReactiveMarbles.Locator.Register.SourceGenerator.csproj b/src/ReactiveMarbles.Locator.Register.SourceGenerator/ReactiveMarbles.Locator.Register.SourceGenerator.csproj index 48244b6..c94c908 100644 --- a/src/ReactiveMarbles.Locator.Register.SourceGenerator/ReactiveMarbles.Locator.Register.SourceGenerator.csproj +++ b/src/ReactiveMarbles.Locator.Register.SourceGenerator/ReactiveMarbles.Locator.Register.SourceGenerator.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -12,6 +12,7 @@ full preview enable + true diff --git a/src/ReactiveMarbles.Locator/ReactiveMarbles.Locator.csproj b/src/ReactiveMarbles.Locator/ReactiveMarbles.Locator.csproj index 8b44d73..e7f3a24 100644 --- a/src/ReactiveMarbles.Locator/ReactiveMarbles.Locator.csproj +++ b/src/ReactiveMarbles.Locator/ReactiveMarbles.Locator.csproj @@ -1,7 +1,7 @@ - netstandard2.0;net6.0;net7.0 + netstandard2.0;net6.0;net7.0;net8.0 latest enable True diff --git a/src/directory.packages.props b/src/directory.packages.props index 9052d6b..2aa79e6 100644 --- a/src/directory.packages.props +++ b/src/directory.packages.props @@ -10,7 +10,7 @@ - + @@ -19,15 +19,15 @@ - + - - - + + +