Skip to content

Commit d398f62

Browse files
committed
Add PolySharp to polyfill attributes
1 parent 3b2c2d0 commit d398f62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Jeffijoe.MessageFormat/Jeffijoe.MessageFormat.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<LangVersion>latest</LangVersion>
1212
<Nullable>enable</Nullable>
1313
<TargetFrameworks>net6.0;net8.0;netstandard2.0;netstandard2.1</TargetFrameworks>
14+
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
1415
</PropertyGroup>
1516

1617
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -23,6 +24,10 @@
2324
<PrivateAssets>all</PrivateAssets>
2425
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2526
</PackageReference>
27+
<PackageReference Include="PolySharp" Version="1.15.0">
28+
<PrivateAssets>all</PrivateAssets>
29+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
30+
</PackageReference>
2631
</ItemGroup>
2732

2833
<ItemGroup>

0 commit comments

Comments
 (0)