Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MLVScan.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<EnableMlvScanProfiling>false</EnableMlvScanProfiling>
<RootNamespace>MLVScan</RootNamespace>
<IsPackable>false</IsPackable>
<Version>2.1.2</Version>
<Version>2.1.3</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<InformationalVersion>$(Version)</InformationalVersion>
Expand Down Expand Up @@ -279,7 +279,7 @@
<!-- ============================================ -->
<ItemGroup>
<!-- Use NuGet package when UseLocalMLVScanCore is not true -->
<PackageReference Include="MLVScan.Core" Version="*" GeneratePathProperty="true"
<PackageReference Include="MLVScan.Core" Version="1.8.0" GeneratePathProperty="true"
Condition="'$(UseLocalMLVScanCore)' != 'true'" />

<!-- Use local MLVScan.Core project when UseLocalMLVScanCore is true -->
Expand Down
Loading