Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimeEagle committed Dec 11, 2023
1 parent 756ef0d commit ed32e56
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
13 changes: 8 additions & 5 deletions VNet.Mathematics.Tests/VNet.Mathematics.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Expand All @@ -10,10 +10,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23577-04" />
<PackageReference Include="MSTest.TestAdapter" Version="3.1.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.1.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions VNet.Mathematics.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VNet.Mathematics", "VNet.Ma
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VNet.Mathematics.Tests", "VNet.Mathematics.Tests\VNet.Mathematics.Tests.csproj", "{023AF254-3025-48B1-A4A1-645A9052CBDC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".version", ".version", "{23AA8156-6200-4C7F-84FC-214BF8BD244C}"
ProjectSection(SolutionItems) = preProject
.version\version.json = .version\version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
7 changes: 2 additions & 5 deletions VNet.Mathematics/VNet.Mathematics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@
<Exec Command="xcopy /e /y &quot;$(TargetPath)&quot; &quot;D:\My Code\VNet bin\&quot;" />
</Target>

<ItemGroup>
<ProjectReference Include="..\..\VNet.Configuration\VNet.Configuration\VNet.Configuration.csproj" />
<ProjectReference Include="..\..\VNet.System\VNet.System\VNet.System.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="alglib.net" Version="3.19.0" />
<PackageReference Include="MathNet.Filtering" Version="0.7.0" />
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
<PackageReference Include="VNet.Configuration" Version="1.0.0" />
<PackageReference Include="VNet.System" Version="1.0.0" />
</ItemGroup>

</Project>

0 comments on commit ed32e56

Please sign in to comment.