File tree Expand file tree Collapse file tree 3 files changed +23
-23
lines changed
samples/Console.Minimal.Prompt Expand file tree Collapse file tree 3 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >net8.0</TargetFramework >
6
- <ImplicitUsings >enable</ImplicitUsings >
7
- <Nullable >enable</Nullable >
8
- </PropertyGroup >
9
-
10
- <ItemGroup >
11
- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8.0.0" />
12
- <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8.0.0" />
13
- <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 8.0.0" />
14
- <PackageReference Include =" Mscc.GenerativeAI" Version =" 0.4.5" />
15
- </ItemGroup >
16
-
17
- <ItemGroup >
18
- <None Update =" appsettings.user.json" >
19
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
20
- </None >
21
- </ItemGroup >
22
-
23
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <OutputType >Exe</OutputType >
5
+ <TargetFramework >net8.0</TargetFramework >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ <Nullable >enable</Nullable >
8
+ </PropertyGroup >
9
+
10
+ <ItemGroup >
11
+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 8.0.0" />
12
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 8.0.0" />
13
+ <PackageReference Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 8.0.0" />
14
+ <PackageReference Include =" Mscc.GenerativeAI" Version =" 0.4.5" />
15
+ </ItemGroup >
16
+
17
+ <ItemGroup >
18
+ <None Update =" appsettings.user.json" >
19
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
20
+ </None >
21
+ </ItemGroup >
22
+
23
+ </Project >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments