Skip to content

Commit ad37bdb

Browse files
Adding CodeAnalysis.CSharp
1 parent 251d8f3 commit ad37bdb

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Directory.Packages.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<PackageVersion Include="ContentFeedNuget" Version="$(ToolingPackagesVersion)" />
1717
</ItemGroup>
1818
<ItemGroup>
19+
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
1920
<PackageVersion Include="EssentialCSharp.Shared.Models" Version="$(ToolingPackagesVersion)" />
2021
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.10" />
2122
<PackageVersion Include="AspNet.Security.OAuth.GitHub" Version="8.3.0" />
@@ -38,4 +39,4 @@
3839
<PackageVersion Include="xunit" Version="2.9.3" />
3940
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
4041
</ItemGroup>
41-
</Project>
42+
</Project>

EssentialCSharp.Web/EssentialCSharp.Web.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" />
2323
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" />
2424
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" />
25+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
2526
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
2627
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
2728
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

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)