1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
- <PropertyGroup >
4
- <TargetFramework >netcoreapp3.1</TargetFramework >
5
- <DefineConstants >FABLE_COMPILER</DefineConstants >
6
- </PropertyGroup >
7
- <ItemGroup >
8
- <None Include =" index.html" />
9
- <Compile Include =" Index.fs" />
10
- <Compile Include =" App.fs" />
11
- </ItemGroup >
12
- <ItemGroup >
13
- <ProjectReference Include =" ..\Shared\Shared.fsproj" />
14
- </ItemGroup >
15
- <ItemGroup >
16
- <PackageReference Include =" Fable.Core" Version =" 3.1.5" />
17
- <PackageReference Include =" Fable.Elmish" Version =" 3.0.6" />
18
- <PackageReference Include =" Fable.Elmish.React" Version =" 3.0.1" />
19
- <PackageReference Include =" Fable.Elmish.Debugger" Version =" 3.2.0" />
20
- <PackageReference Include =" Fable.Elmish.Hmr" Version =" 4.0.1" />
21
- <PackageReference Include =" Fable.React" Version =" 5.3.6" />
22
- <PackageReference Include =" Thoth.Fetch" Version =" 2.0.0" />
23
- </ItemGroup >
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <DefineConstants >FABLE_COMPILER</DefineConstants >
6
+ </PropertyGroup >
7
+ <ItemGroup >
8
+ <None Include =" index.html" />
9
+ <Compile Include =" Index.fs" />
10
+ <Compile Include =" App.fs" />
11
+ </ItemGroup >
12
+ <ItemGroup >
13
+ <ProjectReference Include =" ..\Shared\Shared.fsproj" />
14
+ </ItemGroup >
15
+ <ItemGroup >
16
+ <PackageReference Include =" Fable.Core" Version =" 3.1.5" />
17
+ <PackageReference Include =" Fable.Elmish" Version =" 3.0.6" />
18
+ <PackageReference Include =" Fable.Elmish.React" Version =" 3.0.1" />
19
+ <PackageReference Include =" Fable.Elmish.Debugger" Version =" 3.2.0" />
20
+ <PackageReference Include =" Fable.Elmish.Hmr" Version =" 4.0.1" />
21
+ <PackageReference Include =" Fable.React" Version =" 7.2.0" />
22
+ <PackageReference Include =" Feliz" Version =" 1.32.0" />
23
+ <PackageReference Include =" Thoth.Fetch" Version =" 2.0.0" />
24
+ </ItemGroup >
24
25
</Project >
0 commit comments