Commit d398f62 1 parent 3b2c2d0 commit d398f62 Copy full SHA for d398f62
File tree 1 file changed +5
-0
lines changed
src/Jeffijoe.MessageFormat
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 11
11
<LangVersion >latest</LangVersion >
12
12
<Nullable >enable</Nullable >
13
13
<TargetFrameworks >net6.0;net8.0;netstandard2.0;netstandard2.1</TargetFrameworks >
14
+ <PolySharpIncludeRuntimeSupportedAttributes >true</PolySharpIncludeRuntimeSupportedAttributes >
14
15
</PropertyGroup >
15
16
16
17
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
23
24
<PrivateAssets >all</PrivateAssets >
24
25
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
25
26
</PackageReference >
27
+ <PackageReference Include =" PolySharp" Version =" 1.15.0" >
28
+ <PrivateAssets >all</PrivateAssets >
29
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
30
+ </PackageReference >
26
31
</ItemGroup >
27
32
28
33
<ItemGroup >
You can’t perform that action at this time.
0 commit comments