Skip to content

Commit

Permalink
Remove restrictions to Windows; see dotnet/sdk#14553
Browse files Browse the repository at this point in the history
  • Loading branch information
Menelion committed Jun 4, 2024
1 parent 35c5f5f commit 2e53e51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<Copyright>Copyright © 2024 AccessMind LLC.</Copyright>
<Copyright>Copyright © 2024 André Polykanine, AccessMind LLC., and contributors.</Copyright>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ All contributions, big or small, are welcome! Please create an issue before subm

## License

Copyright © 2024 [André Polykanine](https://github.com/Menelion), [AccessMind LLC.](https://accessmind.io/) and contributors.
Copyright © 2024 [André Polykanine](https://github.com/Menelion), [AccessMind LLC.](https://accessmind.io/), and contributors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0].
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
6 changes: 5 additions & 1 deletion src/SharpLouis/SharpLouis.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Platforms>x64</Platforms>
<Product>SharpLouis</Product>
Expand All @@ -11,6 +11,7 @@
<PackageId>AccessMind.SharpLouis</PackageId>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RepositoryUrl>https://github.com/accessmind/sharp-louis</RepositoryUrl>
<ProjectUrl>https://accessmind.io/</ProjectUrl>
<PackageTags>liblouis;braille;braille-translation;wrapper;windows;interop</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
Expand All @@ -29,6 +30,9 @@
<ItemGroup>
<None Update="LibLouis\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>true</Pack>
<Visible>false</Visible>
<PackagePath>lib/$(TargetFramework)</PackagePath>
</None>
<None Include="../../README.md" Pack="true" Visible="false" PackagePath="/" />
</ItemGroup>
Expand Down

0 comments on commit 2e53e51

Please sign in to comment.