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 bc6eaee commit 90b889bCopy full SHA for 90b889b
1 file changed
src/CloudInit.ConfigDrive.WindowsImaging/CloudInit.ConfigDrive.WindowsImaging.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net45</TargetFramework>
+ <TargetFrameworks>net45;netcoreapp2.0</TargetFrameworks>
5
<AssemblyName>Haipa.CloudInit.ConfigDrive.WindowsImaging</AssemblyName>
6
<RootNamespace>Haipa.CloudInit.ConfigDrive</RootNamespace>
7
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
0 commit comments