1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{6BD03260-DBB5-4660-8884-41BE3B1DBE1D}</ProjectGuid >
8
4
<OutputType >Exe</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >Firebase.Dinosaurs</RootNamespace >
11
- <AssemblyName >Firebase.Dinosaurs</AssemblyName >
12
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
5
+ <RootNamespace >Dinosaurs</RootNamespace >
6
+ <TargetFramework >netcoreapp3.0</TargetFramework >
14
7
</PropertyGroup >
15
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
- <PlatformTarget >AnyCPU</PlatformTarget >
17
- <DebugSymbols >true</DebugSymbols >
18
- <DebugType >full</DebugType >
19
- <Optimize >false</Optimize >
20
- <OutputPath >bin\Debug\</OutputPath >
21
- <DefineConstants >DEBUG;TRACE</DefineConstants >
22
- <ErrorReport >prompt</ErrorReport >
23
- <WarningLevel >4</WarningLevel >
24
- </PropertyGroup >
25
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <PlatformTarget >AnyCPU</PlatformTarget >
27
- <DebugType >pdbonly</DebugType >
28
- <Optimize >true</Optimize >
29
- <OutputPath >bin\Release\</OutputPath >
30
- <DefineConstants >TRACE</DefineConstants >
31
- <ErrorReport >prompt</ErrorReport >
32
- <WarningLevel >4</WarningLevel >
33
- </PropertyGroup >
34
- <ItemGroup >
35
- <Reference Include =" Firebase.Database, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
36
- <HintPath >..\packages\FirebaseDatabase.net.2.0.1\lib\portable45-net45+win8+wpa81\Firebase.Database.dll</HintPath >
37
- <Private >True</Private >
38
- </Reference >
39
- <Reference Include =" Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
40
- <HintPath >..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
41
- <Private >True</Private >
42
- </Reference >
43
- <Reference Include =" System" />
44
- <Reference Include =" System.Core" />
45
- <Reference Include =" System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
46
- <HintPath >..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath >
47
- <Private >True</Private >
48
- </Reference >
49
- <Reference Include =" System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
50
- <HintPath >..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath >
51
- <Private >True</Private >
52
- </Reference >
53
- <Reference Include =" System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
54
- <HintPath >..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath >
55
- <Private >True</Private >
56
- </Reference >
57
- <Reference Include =" System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
58
- <HintPath >..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath >
59
- <Private >True</Private >
60
- </Reference >
61
- <Reference Include =" System.Xml.Linq" />
62
- <Reference Include =" System.Data.DataSetExtensions" />
63
- <Reference Include =" Microsoft.CSharp" />
64
- <Reference Include =" System.Data" />
65
- <Reference Include =" System.Net.Http" />
66
- <Reference Include =" System.Xml" />
67
- </ItemGroup >
68
- <ItemGroup >
69
- <Compile Include =" Dinosaur.cs" />
70
- <Compile Include =" Program.cs" />
71
- <Compile Include =" Properties\AssemblyInfo.cs" />
72
- </ItemGroup >
8
+
73
9
<ItemGroup >
74
- <None Include =" App.config" />
75
- <None Include =" packages.config" />
10
+ <PackageReference Include =" FirebaseDatabase.net" Version =" 4.0.1" />
76
11
</ItemGroup >
77
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
78
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79
- Other similar extension points exist, see Microsoft.Common.targets.
80
- <Target Name="BeforeBuild">
81
- </Target>
82
- <Target Name="AfterBuild">
83
- </Target>
84
- -->
85
- </Project >
12
+
13
+ </Project >
0 commit comments