Skip to content

Commit

Permalink
Update NuGet dependencies and version (support for new controlled voc…
Browse files Browse the repository at this point in the history
…abulary terms)
  • Loading branch information
FarmGeek4Life committed Mar 12, 2020
1 parent 5b559a6 commit a2aff2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.10.1</Version>
<Version>3.12.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions MzidMerger/MzidMerger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net45;net462;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>net462;net472;netcoreapp2.0</TargetFrameworks>
<RootNamespace>MzidMerger</RootNamespace>
<AssemblyName>MzidMerger</AssemblyName>
<PackageId>MzidMerger</PackageId>
<Version>1.2.2</Version>
<Version>1.3.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Description>Merges mzid[.gz] files into a single mzid[.gz]. Designed for MS-GF+ mzid files (looks for SpecEValue scores)</Description>
Expand All @@ -19,8 +19,8 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library" Version="2.5.24" />
<PackageReference Include="PSI_Interface" Version="1.3.26" />
<PackageReference Include="PRISM-Library" Version="2.6.2" />
<PackageReference Include="PSI_Interface" Version="2.3.0" />
</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 a2aff2c

Please sign in to comment.