Skip to content

Commit

Permalink
Update Nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
FarmGeek4Life committed Jan 11, 2024
1 parent 7b3fae0 commit 03e56a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MzidMergeTests/MzidMergeTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit">
<Version>3.12.0</Version>
<Version>3.14.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions MzidMerger/MzidMerger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;net472;net6.0</TargetFrameworks>
<TargetFrameworks>net462;net472;net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>MzidMerger</RootNamespace>
<AssemblyName>MzidMerger</AssemblyName>
<PackageId>MzidMerger</PackageId>
Expand All @@ -21,8 +21,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="PRISM-Library" Version="2.8.0" />
<PackageReference Include="PSI_Interface" Version="2.5.92" />
<PackageReference Include="PRISM-Library" Version="2.8.16" />
<PackageReference Include="PSI_Interface" Version="2.6.2" />
</ItemGroup>
<!-- Disabled for now; causes an infinite build loop without the -\-no-build flag, which isn't available for .NET Core 2.0 (requires 2.1)
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
Expand Down

0 comments on commit 03e56a4

Please sign in to comment.