File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
HttpClientInterception.Benchmarks
HttpClientInterception.Tests Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 66 "type" : " coreclr" ,
77 "request" : " launch" ,
88 "preLaunchTask" : " build" ,
9- "program" : " ${workspaceFolder}/samples/SampleApp/bin/Debug/net8 .0/SampleApp.dll" ,
9+ "program" : " ${workspaceFolder}/samples/SampleApp/bin/Debug/net9 .0/SampleApp.dll" ,
1010 "args" : [],
1111 "cwd" : " ${workspaceFolder}/samples/SampleApp" ,
1212 "stopAtEntry" : false ,
Original file line number Diff line number Diff line change 33 "components": [
44 "Microsoft.VisualStudio.Component.CoreEditor",
55 "Microsoft.VisualStudio.Workload.CoreEditor",
6- "Microsoft.NetCore.Component.Runtime.8 .0",
6+ "Microsoft.NetCore.Component.Runtime.9 .0",
77 "Microsoft.NetCore.Component.SDK",
88 "Microsoft.VisualStudio.Component.Roslyn.Compiler",
99 "Microsoft.VisualStudio.Component.Roslyn.LanguageServices"
Original file line number Diff line number Diff line change 2525 <LangVersion >latest</LangVersion >
2626 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
2727 <NeutralLanguage >en-US</NeutralLanguage >
28- <NoWarn >$(NoWarn);CA1054;CA2234</NoWarn >
28+ <NoWarn >$(NoWarn);CA1054;CA1515; CA2234</NoWarn >
2929 <NoWarn Condition =" '$(GenerateDocumentationFile)' != 'true' " >$(NoWarn);SA0001</NoWarn >
3030 <PackageIcon >package-icon.png</PackageIcon >
3131 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
Original file line number Diff line number Diff line change 55 <PackageVersion Include =" GitHubActionsTestLogger" Version =" 2.3.3" />
66 <PackageVersion Include =" MarkdownSnippets.MsBuild" Version =" 26.0.1" />
77 <PackageVersion Include =" MartinCostello.Logging.XUnit" Version =" 0.3.0" />
8- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8 .0.3 " />
8+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9 .0.0-preview.1.24081.5 " />
99 <PackageVersion Include =" Microsoft.AspNetCore.WebUtilities" Version =" 2.2.0" />
1010 <PackageVersion Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.4" />
1111 <PackageVersion Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" />
2626 <PackageVersion Update =" System.Text.Json" Version =" 6.0.0" />
2727 </ItemGroup >
2828 <ItemGroup Condition =" '$(AssemblyName)' != 'JustEat.HttpClientInterception' " >
29- <PackageVersion Update =" System.Text.Json" Version =" 8 .0.0" />
29+ <PackageVersion Update =" System.Text.Json" Version =" 9 .0.0-preview.1.24080.9 " />
3030 </ItemGroup >
3131 <ItemGroup >
3232 <PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets =" All" />
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.202 " ,
3+ "version" : " 9 .0.100-preview.1.24101.2 " ,
44 "allowPrerelease" : false ,
55 "rollForward" : " latestMajor"
66 }
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <IsTestProject >true</IsTestProject >
44 <NoWarn >$(NoWarn);CA1056;CA1062;CA1707;CA1711;CA1861;CA2007;SA1600</NoWarn >
5- <TargetFrameworks >net8 .0</TargetFrameworks >
5+ <TargetFrameworks >net9 .0</TargetFrameworks >
66 </PropertyGroup >
77 <ItemGroup >
88 <Content Include =" testsettings.json;xunit.runner.json" CopyToOutputDirectory =" PreserveNewest" />
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <AspNetCoreHostingModel >inprocess</AspNetCoreHostingModel >
44 <NoWarn >$(NoWarn);CA1062;CA2007;SA1600</NoWarn >
5- <TargetFramework >net8 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 </PropertyGroup >
77 <ItemGroup >
88 <PackageReference Include =" Refit" />
Original file line number Diff line number Diff line change 55 <OutputType >Exe</OutputType >
66 <RootNamespace >JustEat.HttpClientInterception</RootNamespace >
77 <Summary >Benchmarks for JustEat.HttpClientInterception</Summary >
8- <TargetFrameworks >net472;net6.0;net8.0</TargetFrameworks >
8+ <TargetFrameworks >net472;net6.0;net8.0;net9.0 </TargetFrameworks >
99 </PropertyGroup >
1010 <ItemGroup >
1111 <Content Include =" organization.json" CopyToOutputDirectory =" PreserveNewest" />
Original file line number Diff line number Diff line change 55 <NoWarn >$(NoWarn);CA1303;CA1600;CA1707;CA1812;CA1861;CA2000;CA2007;SA1600;SA1601</NoWarn >
66 <RootNamespace >JustEat.HttpClientInterception</RootNamespace >
77 <Summary >Tests for JustEat.HttpClientInterception</Summary >
8- <TargetFrameworks >net8 .0</TargetFrameworks >
8+ <TargetFrameworks >net9 .0</TargetFrameworks >
99 </PropertyGroup >
1010 <ItemGroup >
1111 <Content Include =" example-bundle.json;xunit.runner.json;Bundles\*.json" CopyToOutputDirectory =" PreserveNewest" />
You can’t perform that action at this time.
0 commit comments