File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 <TargetFramework >net10.0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
8+ <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
89 </PropertyGroup >
910
1011 <ItemGroup >
Original file line number Diff line number Diff line change 55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <IsAotCompatible >true</IsAotCompatible >
8+ <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
89 </PropertyGroup >
910
1011 <ItemGroup >
1112 <PackageReference Include =" FSharp.Core" Version =" 11.0.100" />
13+ <PackageReference Include =" Microsoft.NET.ILLink.Tasks" Version =" 10.0.7" />
1214 <PackageReference Include =" pblasucci.ananoid" Version =" 2.0.0" />
1315 </ItemGroup >
1416
Original file line number Diff line number Diff line change 55 <RootNamespace >Eventa.Tests</RootNamespace >
66 <OutputType >Exe</OutputType >
77 <ImplicitUsings >enable</ImplicitUsings >
8- <Nullable >enable</Nullable >
9- <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
10- <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
11- </PropertyGroup >
8+ <Nullable >enable</Nullable >
9+ <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
10+ <TestingPlatformDotnetTestSupport >true</TestingPlatformDotnetTestSupport >
11+ <UseMicrosoftTestingPlatformRunner >true</UseMicrosoftTestingPlatformRunner >
12+ </PropertyGroup >
1213
1314 <ItemGroup >
1415 <Content Include =" xunit.runner.json" CopyToOutputDirectory =" PreserveNewest" />
You can’t perform that action at this time.
0 commit comments