diff options
| author | Andrew Rabert <6550543+nvllsvm@users.noreply.github.com> | 2018-12-12 18:10:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-12 18:10:53 -0500 |
| commit | 3a451ebd3722089561887c4e07b8c0fce0a475cf (patch) | |
| tree | 50b94615555d050f12d2ae8bbbb6d74893b96668 /RSSDP/RSSDP.csproj | |
| parent | ad4b73d1cbbaf9363d261c598082f9eba644b2a2 (diff) | |
| parent | b4edb24ec32fa5f61fd967e2893b6f335764eb11 (diff) | |
Merge pull request #102 from Bond-009/netstandard
Change libraries from netcoreapp to netstandard
Diffstat (limited to 'RSSDP/RSSDP.csproj')
| -rw-r--r-- | RSSDP/RSSDP.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/RSSDP.csproj b/RSSDP/RSSDP.csproj index 994e74158..0737dc213 100644 --- a/RSSDP/RSSDP.csproj +++ b/RSSDP/RSSDP.csproj @@ -6,7 +6,7 @@ </ItemGroup> <PropertyGroup> - <TargetFramework>netcoreapp2.1</TargetFramework> + <TargetFramework>netstandard2.0</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> </PropertyGroup> |
