Skip to content

Commit

Permalink
change UnitTests to netcoreapp2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beeond-dev committed Sep 25, 2019
1 parent 4f4a1ca commit ef2e211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UaClient.UnitTests/Workstation.UaClient.UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyName>Workstation.UaClient.UnitTests</AssemblyName>
<RootNamespace>Workstation.UaClient</RootNamespace>
<Version>2.0.0</Version>
Expand Down

0 comments on commit ef2e211

Please sign in to comment.