File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33 <PropertyGroup >
4- <NoWarn >CS1591;NU5104;CS1573;CS9107;NU1608</NoWarn >
4+ <NoWarn >CS1591;NU5104;CS1573;CS9107;NU1608;NU1109 </NoWarn >
55 <Version >30.0.0</Version >
66 <LangVersion >preview</LangVersion >
77 <AssemblyVersion >1.0.0</AssemblyVersion >
Original file line number Diff line number Diff line change 1313 <PackageVersion Include =" GraphQL.SystemTextJson" Version =" 8.4.1" />
1414 <PackageVersion Include =" MarkdownSnippets.MsBuild" Version =" 27.0.2" />
1515 <PackageVersion Include =" Microsoft.AspNetCore.Http" Version =" 2.3.0" />
16- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9.0.3 " />
16+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 9.0.4 " />
1717 <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 6.0.1" />
18- <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.3 " />
19- <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.3 " />
18+ <PackageVersion Include =" Microsoft.EntityFrameworkCore" Version =" 9.0.4 " />
19+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 9.0.4 " />
2020 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
21- <PackageVersion Include =" Polyfill" Version =" 7.24 .0" />
21+ <PackageVersion Include =" Polyfill" Version =" 7.26 .0" />
2222 <PackageVersion Include =" ProjectDefaults" Version =" 1.0.150" />
2323 <PackageVersion Include =" System.Text.Encodings.Web" Version =" 9.0.0" />
2424 <PackageVersion Include =" Verify.SqlServer" Version =" 11.1.1" />
2525 <PackageVersion Include =" Verify.XunitV3" Version =" 29.2.0" />
26- <PackageVersion Include =" xunit.v3" Version =" 2.0.0 " />
26+ <PackageVersion Include =" xunit.v3" Version =" 2.0.1 " />
2727 <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.0.2" />
2828 </ItemGroup >
2929</Project >
Original file line number Diff line number Diff line change 33 <TargetFramework >net9.0</TargetFramework >
44 <SignAssembly >false</SignAssembly >
55 <OutputType >Exe</OutputType >
6- <NoWarn >xUnit1051</NoWarn >
6+ <NoWarn >$(NoWarn); xUnit1051</NoWarn >
77 </PropertyGroup >
88 <ItemGroup >
99 <PackageReference Include =" GraphQL" />
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFramework >net9.0</TargetFramework >
44 <OutputType >Exe</OutputType >
5- <NoWarn >xUnit1051</NoWarn >
5+ <NoWarn >$(NoWarn); xUnit1051</NoWarn >
66 </PropertyGroup >
77 <ItemGroup >
88 <PackageReference Include =" GraphQL" />
Original file line number Diff line number Diff line change 1- {
1+ {
22 "sdk" : {
3- "version" : " 9.0.202 " ,
3+ "version" : " 9.0.203 " ,
44 "allowPrerelease" : true ,
55 "rollForward" : " latestFeature"
66 }
You can’t perform that action at this time.
0 commit comments