File tree Expand file tree Collapse file tree 3 files changed +167
-222
lines changed
src/MicroBatchFramework.WebHosting Expand file tree Collapse file tree 3 files changed +167
-222
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <TargetFramework >netcoreapp3.0</TargetFramework >
5- <LangVersion >8.0</LangVersion >
6- <Nullable >enable</Nullable >
7- </PropertyGroup >
3+ <PropertyGroup >
4+ <TargetFramework >netcoreapp3.0</TargetFramework >
5+ <LangVersion >8.0</LangVersion >
6+ <Nullable >enable</Nullable >
7+ </PropertyGroup >
88
9- <ItemGroup >
10- <EmbeddedResource Include =" Swagger\SwaggerUI\*" />
11- </ItemGroup >
9+ <ItemGroup >
10+ <EmbeddedResource Include =" Swagger\SwaggerUI\*" />
11+ </ItemGroup >
1212
13- <ItemGroup >
14- <FrameworkReference Include =" Microsoft.AspNetCore.App" />
15- </ItemGroup >
13+ <ItemGroup >
14+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
15+ </ItemGroup >
1616
17- <ItemGroup >
18- <PackageReference Include =" Newtonsoft. Json" Version =" 12.0.2 " />
19- </ItemGroup >
17+ <ItemGroup >
18+ <PackageReference Include =" System.Text. Json" Version =" 4.7.0 " />
19+ </ItemGroup >
2020
21- <ItemGroup >
22- <ProjectReference Include =" ..\MicroBatchFramework\MicroBatchFramework.csproj" />
23- </ItemGroup >
21+ <ItemGroup >
22+ <ProjectReference Include =" ..\MicroBatchFramework\MicroBatchFramework.csproj" />
23+ </ItemGroup >
2424
2525</Project >
You can’t perform that action at this time.
0 commit comments