Skip to content

Commit

Permalink
add support for .NET CORE (#12)
Browse files Browse the repository at this point in the history
* add support for .netcore on Imaging library
  • Loading branch information
fw2568 authored May 5, 2019
1 parent bc6eaee commit 90b889b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<TargetFrameworks>net45;netcoreapp2.0</TargetFrameworks>
<AssemblyName>Haipa.CloudInit.ConfigDrive.WindowsImaging</AssemblyName>
<RootNamespace>Haipa.CloudInit.ConfigDrive</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit 90b889b

Please sign in to comment.