File tree 2 files changed +9
-1
lines changed
UniversalDiveDataFormat.Tests
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 8
8
<IsPackable >false</IsPackable >
9
9
<IsTestProject >true</IsTestProject >
10
10
<LangVersion >latest</LangVersion >
11
+ <OutputType >Library</OutputType >
11
12
</PropertyGroup >
12
13
13
14
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >netstandard2 .0</TargetFramework >
5
5
<LangVersion >latest</LangVersion >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
26
26
</Reference >
27
27
</ItemGroup >
28
28
29
+ <ItemGroup >
30
+ <PackageReference Include =" PolySharp" Version =" 1.14.1" >
31
+ <PrivateAssets >all</PrivateAssets >
32
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
33
+ </PackageReference >
34
+ </ItemGroup >
35
+
29
36
</Project >
You can’t perform that action at this time.
0 commit comments