File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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" />
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