File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
QuantConnect.AlpacaBrokerage.Tests
QuantConnect.AlpacaBrokerage Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <NoWarn >$(NoWarn);NU1605</NoWarn >
4+ <NoWarn >$(NoWarn);NU1605</NoWarn >
55 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <TargetFramework >net6 .0</TargetFramework >
7+ <TargetFramework >net9 .0</TargetFramework >
88
99 <IsPackable >false</IsPackable >
1010 <Copyright >Copyright © 2024</Copyright >
1919
2020 <ItemGroup >
2121 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.2" />
22- <PackageReference Include =" NUnit" Version =" 3.13.3 " />
23- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " >
22+ <PackageReference Include =" NUnit" Version =" 4.2.2 " />
23+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6.0 " >
2424 <PrivateAssets >all</PrivateAssets >
25- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2625 </PackageReference >
2726 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
2827 </ItemGroup >
3736 <Content Include =" config.json" >
3837 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
3938 </Content >
40- <Reference Include =" Alpaca.Markets" >
41- <HintPath >..\QuantConnect.AlpacaBrokerage\Alpaca.Markets.dll</HintPath >
42- </Reference >
43- </ItemGroup >
39+ <Reference Include =" Alpaca.Markets" >
40+ <HintPath >..\QuantConnect.AlpacaBrokerage\Alpaca.Markets.dll</HintPath >
41+ </Reference >
42+ </ItemGroup >
4443</Project >
Original file line number Diff line number Diff line change 33 <NoWarn >$(NoWarn);NU1605</NoWarn >
44 <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <TargetFramework >net6 .0</TargetFramework >
6+ <TargetFramework >net9 .0</TargetFramework >
77 <Product >QuantConnect.Brokerages.Alpaca</Product >
88 <AssemblyName >QuantConnect.Brokerages.Alpaca</AssemblyName >
99 <RootNamespace >QuantConnect.Brokerages.Alpaca</RootNamespace >
You can’t perform that action at this time.
0 commit comments