From 1fac021dc060f0729ca9687d8555ce3ebc8e8b35 Mon Sep 17 00:00:00 2001 From: Martin-Molinero Date: Mon, 23 Dec 2024 19:34:18 -0300 Subject: [PATCH] Feature dotnet9 (#28) --- .github/workflows/build.yml | 6 ++-- .../QuantConnectStubsGenerator.Tests.csproj | 31 ++++++++++--------- .../QuantConnectStubsGenerator.csproj | 4 +-- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7d3b6a..8493eaa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set up .NET 6 + - name: Set up .NET 9 uses: actions/setup-dotnet@v2 with: - dotnet-version: '6.0.x' + dotnet-version: '9.0.x' - name: Build run: dotnet build @@ -24,7 +24,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: 3.11 - name: Set up Node.js uses: actions/setup-node@v1 diff --git a/QuantConnectStubsGenerator.Tests/QuantConnectStubsGenerator.Tests.csproj b/QuantConnectStubsGenerator.Tests/QuantConnectStubsGenerator.Tests.csproj index 79f02ab..ff473a3 100644 --- a/QuantConnectStubsGenerator.Tests/QuantConnectStubsGenerator.Tests.csproj +++ b/QuantConnectStubsGenerator.Tests/QuantConnectStubsGenerator.Tests.csproj @@ -1,16 +1,19 @@  - - net6.0 - false - - - - - all - - - - - - + + net9.0 + false + + + + + all + + + + + + + + + diff --git a/QuantConnectStubsGenerator/QuantConnectStubsGenerator.csproj b/QuantConnectStubsGenerator/QuantConnectStubsGenerator.csproj index 59f8a18..25673b4 100644 --- a/QuantConnectStubsGenerator/QuantConnectStubsGenerator.csproj +++ b/QuantConnectStubsGenerator/QuantConnectStubsGenerator.csproj @@ -1,13 +1,13 @@  Exe - net6.0 + net9.0 - +