mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-04 22:07:39 +00:00
Update DotNetEverywhere.csproj
This commit is contained in:
parent
396610d242
commit
7fdfab3572
1 changed files with 7 additions and 7 deletions
|
|
@ -5,13 +5,13 @@
|
|||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RuntimeIdentifiers>
|
||||
win10-x64;osx-x64;osx.11.0-arm64;linux-x64;linux-arm64
|
||||
</RuntimeIdentifiers>
|
||||
</PropertyGroup>
|
||||
<RuntimeIdentifiers>
|
||||
win10-x64;osx-x64;osx.11.0-arm64;linux-x64;linux-arm64
|
||||
</RuntimeIdentifiers>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Using Include="System.Console" Static="true" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Using Include="System.Console" Static="true" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue