Skip to content

Commit

Permalink
🔥 .NET Core file fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Den Delimarsky committed Apr 18, 2017
1 parent 0c93efe commit 87d4908
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build_source_folder": ".",
"build_output_subfolder": ".",
"locale": "en-us",
"monikers": ["netframework-4.5.1","netframework-4.5.2","netframework-4.5","netframework-4.6","netframework-4.6.1","netframework-4.6.2","netframework-4.7","netcore-1.0","netcore-1.1.0","netstandard-1.0","netstandard-1.1","netstandard-1.2","netstandard-1.3","netstandard-1.4","netstandard-1.5","netstandard-1.6","xamarinios-10.8","xamarinandroid-7.1","xamarinmac-3.0"],
"monikers": ["netframework-4.5.1","netframework-4.5.2","netframework-4.5","netframework-4.6","netframework-4.6.1","netframework-4.6.2","netframework-4.7","netcore-1.0","netcore-1.1","netstandard-1.0","netstandard-1.1","netstandard-1.2","netstandard-1.3","netstandard-1.4","netstandard-1.5","netstandard-1.6","xamarinios-10.8","xamarinandroid-7.1","xamarinmac-3.0"],
"open_to_public_contributors": true,
"type_mapping": {
"Conceptual": "Content",
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ title: .NET Documentation
</a>
</li>
<li>
<a href="/dotnet/api/?view=netcore-1.1.0">
<a href="/dotnet/api/?view=netcore-1.1">
<div class="cardSize">
<div class="cardPadding">
<div class="card">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="netcore-1.1.0">
<Framework Name="netcore-1.1">
<Namespace Name="Microsoft.CSharp.RuntimeBinder">
<Type Name="Microsoft.CSharp.RuntimeBinder.Binder" Id="T:Microsoft.CSharp.RuntimeBinder.Binder">
<Member Id="M:Microsoft.CSharp.RuntimeBinder.Binder.BinaryOperation(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags,System.Linq.Expressions.ExpressionType,System.Type,System.Collections.Generic.IEnumerable{Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo})" />
Expand Down

0 comments on commit 87d4908

Please sign in to comment.