Skip to content

Commit

Permalink
Add reference to the coding conventions DLL
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmalinowski committed Sep 16, 2016
1 parent 048543d commit 12bcde7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<add key="dotnet.myget.org devcore" value="https://www.myget.org/F/vs-devcore/api/v3/index.json" />
<add key="dotnet.myget.org roslyn-tools" value = "https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json" />
<add key="dotnet.myget.org msbuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
<add key="myget.org vs-editor" value="https://myget.org/F/vs-editor/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
1 change: 1 addition & 0 deletions src/EditorFeatures/Next/EditorFeatures.Next.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="$(NuGetPackageRoot)\VS.ExternalAPIs.CodingConventions\1.0.60704.2\Microsoft.VisualStudio.CodingConventions.dll" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
Expand Down
3 changes: 2 additions & 1 deletion src/EditorFeatures/Next/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"version": "14.3.25407",
"suppressParent": "all"
},
"VS.ExternalAPIs.CodingConventions": "1.0.60704.2"
},
"frameworks": {
"net46": { }
}
}
}

0 comments on commit 12bcde7

Please sign in to comment.