Skip to content

Commit 01aae9d

Browse files
committed
chore: code style update
1 parent 8cc77f5 commit 01aae9d

4 files changed

Lines changed: 8 additions & 10 deletions

File tree

Directory.Build.props

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/Eventa.Example/Eventa.Example.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
89
</PropertyGroup>
910

1011
<ItemGroup>

src/Eventa/Eventa.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
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

tests/Eventa.Tests/Eventa.Tests.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
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" />

0 commit comments

Comments
 (0)