Commit f82f353 1 parent 3d59a66 commit f82f353 Copy full SHA for f82f353
File tree 1 file changed +14
-2
lines changed
src/Microsoft.AspNetCore.SystemWebAdapters
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net6.0;net8.0;netstandard2.0;net45;net472</TargetFrameworks >
33
33
<Compile Include =" HtmlString.cs" />
34
34
</ItemGroup >
35
35
36
- <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' OR '$(TargetFramework)' == 'net8.0' " >
36
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
37
+
37
38
<FrameworkReference Include =" Microsoft.AspNetCore.App" />
38
39
39
40
<PackageReference Include =" System.Runtime.Caching" Version =" 6.0.0" />
41
+
42
+ <Using Include =" Microsoft.AspNetCore.Http.HttpContext" Alias =" HttpContextCore" />
43
+ <Using Include =" Microsoft.AspNetCore.Http.HttpResponse" Alias =" HttpResponseCore" />
44
+ <Using Include =" Microsoft.AspNetCore.Http.HttpRequest" Alias =" HttpRequestCore" />
45
+ </ItemGroup >
46
+
47
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
48
+ <FrameworkReference Include =" Microsoft.AspNetCore.App" />
49
+
50
+ <PackageReference Include =" System.Runtime.Caching" Version =" 8.0.0" />
51
+
40
52
<Using Include =" Microsoft.AspNetCore.Http.HttpContext" Alias =" HttpContextCore" />
41
53
<Using Include =" Microsoft.AspNetCore.Http.HttpResponse" Alias =" HttpResponseCore" />
42
54
<Using Include =" Microsoft.AspNetCore.Http.HttpRequest" Alias =" HttpRequestCore" />
You can’t perform that action at this time.
0 commit comments