Skip to content

Commit

Permalink
Merge pull request #1323 from sillsdev/nonwinforms-netstandard
Browse files Browse the repository at this point in the history
Added netstandard2.0 to SIL.DictionaryServices
  • Loading branch information
josephmyers authored Jun 7, 2024
2 parents 325766d + fbf831d commit 310d956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SIL.Core.Desktop/SIL.Core.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<ProjectReference Include="..\SIL.Core\SIL.Core.csproj" />
</ItemGroup>
<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
<Reference Include="System.Configuration" />
<Reference Include="System.Management" />
<Reference Include="System.Security" />
Expand Down
1 change: 1 addition & 0 deletions SIL.DictionaryServices/SIL.DictionaryServices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<RootNamespace>SIL.DictionaryServices</RootNamespace>
<AssemblyTitle>SIL.DictionaryServices</AssemblyTitle>
<Description>SIL.DictionaryServices contains classes for defining a simple lexical model that can be used across applications.</Description>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 310d956

Please sign in to comment.