Skip to content

Commit af7c828

Browse files
Update to OpenSilver alpha-020.
1 parent 9549a8c commit af7c828

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI.Browser/OpenSilver.Samples.TelerikUI.Browser.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SccLocalPath>SAK</SccLocalPath>
77
<Configurations>Debug;Release;</Configurations>
88
<NoXamlPreprocessor>True</NoXamlPreprocessor>
9-
<OpenSilverType>3</OpenSilverType>
9+
<OpenSilverType>4</OpenSilverType>
1010
</PropertyGroup>
1111

1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -22,8 +22,8 @@
2222
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2323
<DebugType>pdbonly</DebugType>
2424
<Optimize>true</Optimize>
25-
<!--<OutputPath>bin\Release\</OutputPath>-->
26-
<DefineConstants>TRACE;OPENSILVER</DefineConstants>
25+
<!--<OutputPath>bin\Release\</OutputPath>-->
26+
<DefineConstants>TRACE;OPENSILVER</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
2929
<NoStdLib>true</NoStdLib>
@@ -64,7 +64,7 @@
6464
<None Remove="EmptyOpenSilverMigrationApplication.Browser.csproj.vspscc" />
6565
</ItemGroup>
6666
<ItemGroup>
67-
<PackageReference Include="OpenSilver.WorkInProgress" Version="1.0.0-private-25" />
67+
<PackageReference Include="OpenSilver.WorkInProgress" Version="1.0.0-alpha-020" />
6868
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.0-preview.5.*" />
6969
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.0-preview.5.*" PrivateAssets="all" />
7070
</ItemGroup>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI.Simulator/OpenSilver.Samples.TelerikUI.Simulator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="OpenSilver.Simulator" Version="1.0.0-alpha-019" />
10+
<PackageReference Include="OpenSilver.Simulator" Version="1.0.0-alpha-020" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI.Simulator/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ static class Startup
88
[STAThread]
99
static int Main(string[] args)
1010
{
11-
return SimulatorLauncher.Start();
11+
return SimulatorLauncher.Start(typeof(OpenSilver.Samples.TelerikUI.App));
1212
}
1313
}
1414
}

OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI/OpenSilver.Samples.TelerikUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305

306306
<ItemGroup>
307307
<PackageReference Include="OpenSilver.Compatibility.TelerikUI" Version="1.0.0-alpha-002" />
308-
<PackageReference Include="OpenSilver.WorkInProgress" Version="1.0.0-private-25" />
308+
<PackageReference Include="OpenSilver.WorkInProgress" Version="1.0.0-alpha-020" />
309309
</ItemGroup>
310310

311311
</Project>

0 commit comments

Comments
 (0)