Skip to content

Commit

Permalink
Merge pull request #64 from VirtualPhotonics/feature/63-preparation-f…
Browse files Browse the repository at this point in the history
…or-the-october-release

feature 63 preparation for the October release
  • Loading branch information
lmalenfant authored Oct 2, 2024
2 parents cc01434 + 6de2b0f commit c4abfd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Vts.Gui.Wpf.Test/Vts.Gui.Wpf.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<IsPackable>false</IsPackable>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down
10 changes: 5 additions & 5 deletions Vts.Gui.Wpf/Vts.Gui.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.6.1" />
<PackageReference Include="NLog" Version="5.3.3" />
<PackageReference Include="OxyPlot.Core" Version="2.1.2" />
<PackageReference Include="OxyPlot.Wpf" Version="2.1.2" />
<PackageReference Include="VirtualPhotonics.Vts" Version="11.0.0" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="OxyPlot.Core" Version="2.2.0" />
<PackageReference Include="OxyPlot.Wpf" Version="2.2.0" />
<PackageReference Include="VirtualPhotonics.Vts" Version="12.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.8" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit c4abfd3

Please sign in to comment.