File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Microsoft.OpenApi.Readers.Tests
Microsoft.OpenApi.SmokeTests Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ * .received. *
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net462 ;net50</TargetFrameworks >
3
+ <TargetFrameworks >net48 ;net50</TargetFrameworks >
4
4
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
5
5
<Authors ></Authors >
6
6
<Company >Microsoft</Company >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >net462 </TargetFrameworks >
4
+ <TargetFrameworks >net48 </TargetFrameworks >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
8
- <DefineConstants >TRACE;DEBUG;net462 </DefineConstants >
8
+ <DefineConstants >TRACE;DEBUG;NET48 </DefineConstants >
9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <TargetFrameworks >net462 ;net50</TargetFrameworks >
3
+ <TargetFrameworks >net48 ;net50</TargetFrameworks >
4
4
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
5
5
<Authors ></Authors >
6
6
<Company >Microsoft</Company >
19
19
<PackageReference Include =" FluentAssertions" Version =" 5.10.3" />
20
20
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
21
21
<PackageReference Include =" SharpYaml" Version =" 1.8.0" />
22
+ <PackageReference Include =" Verify" Version =" 13.3.1" />
23
+ <PackageReference Include =" Verify.Xunit" Version =" 13.3.1" />
22
24
<PackageReference Include =" xunit" Version =" 2.4.1" />
23
25
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
24
26
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments