netcoreapp6.0 -> net6.0

This commit is contained in:
spatialfree 2022-10-19 02:38:26 -04:00
parent 101369acef
commit fa5f92ead1
2 changed files with 3 additions and 4 deletions

View file

@ -6,5 +6,5 @@ cd bin/Debug
@REM echo "zipping into dofdev site" @REM echo "zipping into dofdev site"
@REM 7z u oriels.zip %cd%/netcoreapp3.1 @REM 7z u oriels.zip %cd%/netcoreapp3.1
@REM Xcopy "oriels.zip" "C:/dofdev/Web Development/dofdev/res/oriels.zip" /F /Y @REM Xcopy "oriels.zip" "C:/dofdev/Web Development/dofdev/res/oriels.zip" /F /Y
cd netcoreapp6.0 cd net6.0
oriels.exe oriels.exe

View file

@ -2,12 +2,11 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="StereoKit" Version="0.3.7-preview.4" /> <PackageReference Include="StereoKit" Version="0.3.7-preview.5" />
<!-- <PackageReference Include="System.Speech" Version="5.0.0" /> --> <!-- <PackageReference Include="System.Speech" Version="5.0.0" /> -->
</ItemGroup> </ItemGroup>