mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-01-18 22:10:18 +01:00
Update DotNetEverywhere.csproj
This commit is contained in:
parent
396610d242
commit
7fdfab3572
|
|
@ -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…
Reference in a new issue