We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b262a8 commit 98eaa6fCopy full SHA for 98eaa6f
SolrNet.Linq/SolrNet.Linq.csproj
@@ -1,7 +1,7 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
5
<SignAssembly>true</SignAssembly>
6
<AssemblyOriginatorKeyFile>sgn.snk</AssemblyOriginatorKeyFile>
7
<Authors>IharYakimush</Authors>
build.ps1
@@ -1 +1,2 @@
-dotnet build SolrNet.Linq.sln -c Release
+dotnet build SolrNet.Linq.sln -c Release
+dotnet test -f netcoreapp2.1 SolrNet.Linq.Tests/SolrNet.Linq.Tests.csproj
0 commit comments