Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

upgrade MinVer to 1.0.0-beta.1.1 #241

Merged
merged 1 commit into from Dec 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions NuGet.config
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="myget-adamralph" value="https://www.myget.org/F/adamralph/api/v3/index.json" />
</packageSources>
</configuration>
Binary file added msbuild.binlog
Binary file not shown.
3 changes: 2 additions & 1 deletion src/LiteGuard/LiteGuard.csproj
Expand Up @@ -5,6 +5,7 @@
<LangVersion>3</LangVersion>
<NoWarn>$(NoWarn);NU5105</NoWarn>
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
<MinVerVerbosity>diagnostic</MinVerVerbosity>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -13,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CodeQuality.Analyzers" Version="2.6.2" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="1.0.0-alpha.21" PrivateAssets="all" />
<PackageReference Include="MinVer" Version="1.0.0-beta.1.1" PrivateAssets="all" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2" PrivateAssets="All" />
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" />
</ItemGroup>
Expand Down