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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
3
<PropertyGroup >
4
- <NoWarn >CS1591;NU5104;CS1573;CS9107;NU1608</NoWarn >
4
+ <NoWarn >CS1591;NU5104;CS1573;CS9107;NU1608;NU1109 </NoWarn >
5
5
<Version >30.0.0</Version >
6
6
<LangVersion >preview</LangVersion >
7
7
<AssemblyVersion >1.0.0</AssemblyVersion >
Original file line number Diff line number Diff line change 13
13
<PackageVersion Include =" GraphQL.SystemTextJson" Version =" 8.4.1" />
14
14
<PackageVersion Include =" MarkdownSnippets.MsBuild" Version =" 27.0.2" />
15
15
<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 " />
17
17
<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 " />
20
20
<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" />
22
22
<PackageVersion Include =" ProjectDefaults" Version =" 1.0.150" />
23
23
<PackageVersion Include =" System.Text.Encodings.Web" Version =" 9.0.0" />
24
24
<PackageVersion Include =" Verify.SqlServer" Version =" 11.1.1" />
25
25
<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 " />
27
27
<PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.0.2" />
28
28
</ItemGroup >
29
29
</Project >
Original file line number Diff line number Diff line change 3
3
<TargetFramework >net9.0</TargetFramework >
4
4
<SignAssembly >false</SignAssembly >
5
5
<OutputType >Exe</OutputType >
6
- <NoWarn >xUnit1051</NoWarn >
6
+ <NoWarn >$(NoWarn); xUnit1051</NoWarn >
7
7
</PropertyGroup >
8
8
<ItemGroup >
9
9
<PackageReference Include =" GraphQL" />
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFramework >net9.0</TargetFramework >
4
4
<OutputType >Exe</OutputType >
5
- <NoWarn >xUnit1051</NoWarn >
5
+ <NoWarn >$(NoWarn); xUnit1051</NoWarn >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<PackageReference Include =" GraphQL" />
Original file line number Diff line number Diff line change 1
- {
1
+ {
2
2
"sdk" : {
3
- "version" : " 9.0.202 " ,
3
+ "version" : " 9.0.203 " ,
4
4
"allowPrerelease" : true ,
5
5
"rollForward" : " latestFeature"
6
6
}
You can’t perform that action at this time.
0 commit comments