Skip to content

Commit

Permalink
Retarget NetCore45 to Windows 8.1
Browse files Browse the repository at this point in the history
Otherwise it doesn't open in VS 2015
  • Loading branch information
haacked committed Sep 28, 2015
1 parent b2d6e15 commit ff832de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Octokit/Octokit-netcore45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Octokit</RootNamespace>
<AssemblyName>Octokit</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>
</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<CodeAnalysisCulture>en-US</CodeAnalysisCulture>
<ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<DefaultLanguage>en-US</DefaultLanguage>
<LangVersion>5</LangVersion>
<TargetPlatformVersion>8.1</TargetPlatformVersion>
<MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit ff832de

Please sign in to comment.