|
|
|
@ -16,7 +16,11 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="$(MicrosoftPackageVersion)" /> |
|
|
|
<!-- |
|
|
|
Check this in net 6 RC |
|
|
|
Unable to find package Microsoft.CodeAnalysis.CSharp.Workspaces with version (>= 4.0.0-3.21370.20) |
|
|
|
Unable to find package Microsoft.CodeAnalysis.CSharp with version (>= 4.0.0-3.21370.20) --> |
|
|
|
<!-- <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="$(MicrosoftPackageVersion)" /> --> |
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|