1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-15 15:53:41 +00:00

remove framework netcore2.0 target for now

- setup installer does not pick correct output
This commit is contained in:
Kyle Spearrin
2017-12-06 12:31:27 -05:00
parent be393f7a63
commit 51ab260fe6
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks> <TargetFramework>net461</TargetFramework>
<RootNamespace>Bit.Console</RootNamespace> <RootNamespace>Bit.Console</RootNamespace>
</PropertyGroup> </PropertyGroup>

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks> <TargetFramework>net461</TargetFramework>
<RootNamespace>Bit.Core</RootNamespace> <RootNamespace>Bit.Core</RootNamespace>
<AssemblyName>Core</AssemblyName> <AssemblyName>Core</AssemblyName>
</PropertyGroup> </PropertyGroup>