Skip to content

Commit

Permalink
update nuget package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Dec 9, 2024
1 parent b0ce4e3 commit 0a22f79
Show file tree
Hide file tree
Showing 24 changed files with 64 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CLI_tools/rundll32/rundll32.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,10 @@
<DefineTrace>True</DefineTrace>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Data/GraphQuery/GraphQuery.NET5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@

<ItemGroup>
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
<PackageReference Include="System.Composition" Version="8.0.0" />
Expand Down
3 changes: 3 additions & 0 deletions Data/word2vec/word2vec.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<EmbeddedResource Remove="test\**" />
<None Remove="test\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Data_science\Graph\graph-netcore5.vbproj" />
<ProjectReference Include="..\..\Data_science\Mathematica\Math\Math\Math.NET5.vbproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@

<ItemGroup>
<PackageReference Include="System.Composition" Version="8.0.0" />
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
</ItemGroup>

Expand Down
3 changes: 3 additions & 0 deletions Data_science/DataMining/FeatureFrame/FeatureFrame.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
Expand Down
4 changes: 4 additions & 0 deletions Data_science/DataMining/HMM/HMM.NET5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
<ProjectReference Include="..\..\Mathematica\Math\Math\Math.NET5.vbproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
<DebugType>full</DebugType>
<DefineTrace>True</DefineTrace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Data\word2vec\word2vec.vbproj" />
<ProjectReference Include="..\..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
<DebugType>full</DebugType>
<OutputPath>../../../.nuget/</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj" />
<ProjectReference Include="..\..\..\Data\BinaryData\HDSPack\HDSPack.vbproj" />
Expand Down
3 changes: 3 additions & 0 deletions Data_science/MachineLearning/TensorFlow/TensorFlow.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<DebugType>full</DebugType>
<OutputPath>../../../.nuget/</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
<ProjectReference Include="..\..\DataMining\DataMining\DataMining.NET5.vbproj" />
Expand Down
3 changes: 3 additions & 0 deletions Data_science/MachineLearning/VAE/VAE.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<DebugType>full</DebugType>
<OutputPath>../../../.nuget/</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
<ProjectReference Include="..\..\DataMining\DataMining\DataMining.NET5.vbproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\xgboost\xgboost.vbproj" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions Data_science/MachineLearning/xgboost/xgboost.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Data\BinaryData\BinaryData\binarydata-netcore5.vbproj" />
<ProjectReference Include="..\..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<EmbeddedResource Remove="test\**" />
<None Remove="test\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
<ProjectReference Include="..\..\..\..\mime\application%xml\xml-netcore5.vbproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\..\Data\BinaryData\DataStorage\datastorage-netcore5.vbproj" />
<ProjectReference Include="..\..\..\..\Data\BinaryData\netCDF\netCDF.vbproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@

<ItemGroup>
<PackageReference Include="System.Composition" Version="8.0.0" />
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,8 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

</Project>
4 changes: 4 additions & 0 deletions Data_science/NLP/NLP.NET.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,10 @@
<None Remove="test\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
<ProjectReference Include="..\Mathematica\Math\Math\Math.NET5.vbproj" />
Expand Down
1 change: 1 addition & 0 deletions gr/Landscape/Landscape.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0">
<GeneratePathProperty>True</GeneratePathProperty>
</PackageReference>
Expand Down
1 change: 1 addition & 0 deletions gr/avi/AVI.NET5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
<PackageReference Include="System.Drawing.Primitives" Version="4.3.0" />
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@


<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
</ItemGroup>
Expand Down
4 changes: 4 additions & 0 deletions mime/text%markdown/markdown.NET5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
<ProjectReference Include="..\text%html\html_netcore5.vbproj" />
Expand Down
3 changes: 3 additions & 0 deletions mime/text%yaml/text.yaml.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<EmbeddedResource Remove="test\**" />
<None Remove="test\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Microsoft.VisualBasic.Core\src\Core.vbproj" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions vs_solutions/dev/VisualStudio/VisualStudio.NET5.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@

<ItemGroup>
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
<PackageReference Include="System.Numerics.Vectors" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0a22f79

Please sign in to comment.