Skip to content

Commit 2f5dc4e

Browse files
Add CodeAnalysis.Common and add back nuget.config private nuget feed
1 parent ad37bdb commit 2f5dc4e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
</ItemGroup>
1818
<ItemGroup>
1919
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
20+
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="4.8.0" />
2021
<PackageVersion Include="EssentialCSharp.Shared.Models" Version="$(ToolingPackagesVersion)" />
2122
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" />
2223
<PackageVersion Include="AspNet.Security.OAuth.GitHub" Version="8.3.0" />

nuget.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
55
<clear />
66
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
7-
<!-- <add key="EssentialCSharp" value="https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json" /> -->
7+
<add key="EssentialCSharp" value="https://pkgs.dev.azure.com/intelliTect/_packaging/EssentialCSharp/nuget/v3/index.json" />
88
</packageSources>
99
<packageSourceMapping>
1010
<packageSource key="nuget">
1111
<package pattern="*" />
1212
</packageSource>
13-
<!-- <packageSource key="EssentialCSharp">
13+
<packageSource key="EssentialCSharp">
1414
<package pattern="ContentFeedNuget" />
15-
</packageSource> -->
15+
</packageSource>
1616
</packageSourceMapping>
1717
</configuration>

0 commit comments

Comments
 (0)