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 00590ef commit 60bbde0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ConverterUnitTests/ConverterUnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit">
<Version>3.13.3</Version>
<Version>3.14.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions MzidToTsvConverter/MzidToTsvConverter.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;net48;net6.0</TargetFrameworks>
<TargetFrameworks>net462;net48;net6.0;net7.0;net8.0</TargetFrameworks>
<RootNamespace>MzidToTsvConverter</RootNamespace>
<AssemblyName>MzidToTsvConverter</AssemblyName>
<PackageId>MzidToTsvConverter</PackageId>
Expand Down Expand Up @@ -30,8 +30,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CsvHelper" Version="30.0.1" />
<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>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(ProjectDir)..\Readme.md&quot; &quot;$(TargetDir)&quot; /y /d" />
Expand Down

0 comments on commit 60bbde0

Please sign in to comment.