File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
OpenSilver.Samples.TelerikUI
OpenSilver.Samples.TelerikUI
OpenSilver.Samples.TelerikUI.Browser
OpenSilver.Samples.TelerikUI.Simulator Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
<SccLocalPath >SAK</SccLocalPath >
7
7
<Configurations >Debug;Release;</Configurations >
8
8
<NoXamlPreprocessor >True</NoXamlPreprocessor >
9
- <OpenSilverType >3 </OpenSilverType >
9
+ <OpenSilverType >4 </OpenSilverType >
10
10
</PropertyGroup >
11
11
12
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22
22
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
23
23
<DebugType >pdbonly</DebugType >
24
24
<Optimize >true</Optimize >
25
- <!-- <OutputPath>bin\Release\</OutputPath>-->
26
- <DefineConstants >TRACE;OPENSILVER</DefineConstants >
25
+ <!-- <OutputPath>bin\Release\</OutputPath>-->
26
+ <DefineConstants >TRACE;OPENSILVER</DefineConstants >
27
27
<ErrorReport >prompt</ErrorReport >
28
28
<WarningLevel >4</WarningLevel >
29
29
<NoStdLib >true</NoStdLib >
64
64
<None Remove =" EmptyOpenSilverMigrationApplication.Browser.csproj.vspscc" />
65
65
</ItemGroup >
66
66
<ItemGroup >
67
- <PackageReference Include =" OpenSilver.WorkInProgress" Version =" 1.0.0-private-25 " />
67
+ <PackageReference Include =" OpenSilver.WorkInProgress" Version =" 1.0.0-alpha-020 " />
68
68
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 6.0.0-preview.5.*" />
69
69
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 6.0.0-preview.5.*" PrivateAssets =" all" />
70
70
</ItemGroup >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" OpenSilver.Simulator" Version =" 1.0.0-alpha-019 " />
10
+ <PackageReference Include =" OpenSilver.Simulator" Version =" 1.0.0-alpha-020 " />
11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ static class Startup
8
8
[ STAThread ]
9
9
static int Main ( string [ ] args )
10
10
{
11
- return SimulatorLauncher . Start ( ) ;
11
+ return SimulatorLauncher . Start ( typeof ( OpenSilver . Samples . TelerikUI . App ) ) ;
12
12
}
13
13
}
14
14
}
Original file line number Diff line number Diff line change 305
305
306
306
<ItemGroup >
307
307
<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 " />
309
309
</ItemGroup >
310
310
311
311
</Project >
You can’t perform that action at this time.
0 commit comments