File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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" />
3839 <PackageVersion Include =" xunit" Version =" 2.9.3" />
3940 <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.0.1" />
4041 </ItemGroup >
41- </Project >
42+ </Project >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments