Skip to content

Commit

Permalink
Closes #283 (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Bonnet <jeremy.bonnet@nittan.com.hk>
  • Loading branch information
jerhat and Jeremy Bonnet committed Feb 16, 2024
1 parent df15e39 commit 9d1a564
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
after_build:
- cmd: dotnet pack src/qlnet/qlnet.csproj -c Release -o ./
artifacts:
- path: src\QLNet\bin\Release\net7.0\QLNet.dll
- path: src\QLNet\bin\Release\net8.0\QLNet.dll
name: Windows
- path: .\*.nupkg
name: ng
Expand All @@ -32,7 +32,7 @@
description: QLNet 1.13.0
auth_token:
secure: 4cCBgQRwNh1N6VbvMJTCUMoq7BVD0Cmj04AjQa8L3k5k6MirTm8dz5TFUuqRDbHhj5x2QJS4l2EfoTsAMgc8ZhWYVJ2CV1deITs7sHYG98BrXl8NGKdPivoOZZdZT9oo
artifact: src\QLNet\bin\Release\net7.0\QLNet.dll
artifact: src\QLNet\bin\Release\net8.0\QLNet.dll
draft: false
force_update: false
- provider: NuGet
Expand Down
2 changes: 1 addition & 1 deletion src/QLNet/QLNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<VersionPrefix>1.13.0</VersionPrefix>
<TargetFrameworks>net7.0;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<DefineConstants>$(DefineConstants);QL_NEGATIVE_RATES</DefineConstants>
<AssemblyName>QLNet</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion tests/QLNet.Tests/QLNet.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 9d1a564

Please sign in to comment.