File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
ReportGeneratorWeb/ReportGeneratorWeb Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
33 <TargetFramework >netcoreapp3.1</TargetFramework >
44 <StartupObject ></StartupObject >
2424 <PackageReference Include =" Serilog.Sinks.Console" Version =" 4.0.1" />
2525 <PackageReference Include =" Serilog.Sinks.File" Version =" 5.0.0" />
2626 <PackageReference Include =" Serilog.Sinks.RollingFile" Version =" 3.3.0" />
27+ <PackageReference Include =" System.Text.Json" Version =" 6.0.0" />
2728 </ItemGroup >
2829 <ItemGroup >
2930 <DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.0" />
3031 </ItemGroup >
3132 <ItemGroup >
33+ <Folder Include =" Models\Converters\" />
3234 <Folder Include =" public\" />
3335 <Folder Include =" wwwroot\files\gen\" />
3436 <Folder Include =" wwwroot\images\" />
You can’t perform that action at this time.
0 commit comments