Skip to content

Commit 6199104

Browse files
authored
update packages (#54)
1 parent cbf4252 commit 6199104

File tree

8 files changed

+39
-257
lines changed

8 files changed

+39
-257
lines changed

Microsoft.AI.Agents.sln

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AI.Agents.Orleans
2323
EndProject
2424
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AI.Agents.Dapr", "src\Microsoft.AI.Agents.Dapr\Microsoft.AI.Agents.Dapr.csproj", "{6CCA9961-D498-4E59-8781-D94AE8228200}"
2525
EndProject
26+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Marketing", "samples\marketing\src\backend\Marketing.csproj", "{71D20402-E03C-43EA-BFA2-DF16B32D623C}"
27+
EndProject
2628
Global
2729
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2830
Debug|Any CPU = Debug|Any CPU
@@ -53,6 +55,10 @@ Global
5355
{6CCA9961-D498-4E59-8781-D94AE8228200}.Debug|Any CPU.Build.0 = Debug|Any CPU
5456
{6CCA9961-D498-4E59-8781-D94AE8228200}.Release|Any CPU.ActiveCfg = Release|Any CPU
5557
{6CCA9961-D498-4E59-8781-D94AE8228200}.Release|Any CPU.Build.0 = Release|Any CPU
58+
{71D20402-E03C-43EA-BFA2-DF16B32D623C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59+
{71D20402-E03C-43EA-BFA2-DF16B32D623C}.Debug|Any CPU.Build.0 = Debug|Any CPU
60+
{71D20402-E03C-43EA-BFA2-DF16B32D623C}.Release|Any CPU.ActiveCfg = Release|Any CPU
61+
{71D20402-E03C-43EA-BFA2-DF16B32D623C}.Release|Any CPU.Build.0 = Release|Any CPU
5662
EndGlobalSection
5763
GlobalSection(SolutionProperties) = preSolution
5864
HideSolutionNode = FALSE
@@ -66,5 +72,6 @@ Global
6672
{3EE3F061-CC63-41B0-84BA-C95A256E18A9} = {17FFA72B-390A-4BF6-A277-2099897D2132}
6773
{12381ECC-7ECD-4D13-911B-83A07BB58134} = {7EC6823E-99FB-403F-9941-0CB08C6BFFD4}
6874
{6CCA9961-D498-4E59-8781-D94AE8228200} = {7EC6823E-99FB-403F-9941-0CB08C6BFFD4}
75+
{71D20402-E03C-43EA-BFA2-DF16B32D623C} = {17FFA72B-390A-4BF6-A277-2099897D2132}
6976
EndGlobalSection
7077
EndGlobal

samples/gh-flow/src/Microsoft.AI.DevTeam/Microsoft.AI.DevTeam.csproj

+14-14
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
<PackageReference Include="Octokit.Webhooks.AspNetCore" Version="2.0.3" />
1919
<PackageReference Include="Octokit" Version="10.0.0" />
2020

21-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.6.2" />
22-
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" Version="1.6.2-alpha" />
23-
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.6.2-alpha" />
24-
25-
<PackageReference Include="Microsoft.Orleans.Server" Version="8.0.0" />
26-
<PackageReference Include="Microsoft.Orleans.Sdk" Version="8.0.0" />
27-
<PackageReference Include="Microsoft.Orleans.Runtime" Version="8.0.0" />
28-
<PackageReference Include="Microsoft.Orleans.Persistence.Cosmos" Version="8.0.0" />
29-
<PackageReference Include="Microsoft.Orleans.Clustering.Cosmos" Version="8.0.0" />
30-
<PackageReference Include="Microsoft.Orleans.Reminders.Cosmos" Version="8.0.0" />
31-
<PackageReference Include="Microsoft.Orleans.Streaming.EventHubs" Version="8.0.0" />
32-
<PackageReference Include="Microsoft.Orleans.Reminders" Version="8.0.0" />
33-
<PackageReference Include="Microsoft.Orleans.Streaming" Version="8.0.0" />
34-
<PackageReference Include="OrleansDashboard" Version="7.2.2" />
21+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.10.0" />
22+
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" Version="1.10.0-alpha" />
23+
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.10.0-alpha" />
24+
25+
<PackageReference Include="Microsoft.Orleans.Server" Version="8.1.0" />
26+
<PackageReference Include="Microsoft.Orleans.Sdk" Version="8.1.0" />
27+
<PackageReference Include="Microsoft.Orleans.Runtime" Version="8.1.0" />
28+
<PackageReference Include="Microsoft.Orleans.Persistence.Cosmos" Version="8.1.0" />
29+
<PackageReference Include="Microsoft.Orleans.Clustering.Cosmos" Version="8.1.0" />
30+
<PackageReference Include="Microsoft.Orleans.Reminders.Cosmos" Version="8.1.0" />
31+
<PackageReference Include="Microsoft.Orleans.Streaming.EventHubs" Version="8.1.0" />
32+
<PackageReference Include="Microsoft.Orleans.Reminders" Version="8.1.0" />
33+
<PackageReference Include="Microsoft.Orleans.Streaming" Version="8.1.0" />
34+
<PackageReference Include="OrleansDashboard" Version="8.0.0" />
3535

3636
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
3737
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />

samples/marketing/azure.yaml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
22

3-
name: ai-dev-team
3+
name: marketing-team
44
services:
5-
gh-flow:
6-
project: "src/Microsoft.AI.DevTeam/Microsoft.AI.DevTeam.csproj"
5+
marketing-api:
6+
project: "src/backend/Marketing.csproj"
77
language: csharp
88
host: containerapp
99
docker:
1010
context: ../../../
11+
marketing-frontend:
12+
language: javascript
13+
host: containerapp
14+
docker:
15+
context: ../../../

samples/marketing/src/backend/GlobalSuppressions.cs

-8
This file was deleted.

samples/marketing/src/backend/Marketing.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<PackageReference Include="Octokit.Webhooks.AspNetCore" Version="2.1.1" />
2626
<PackageReference Include="Octokit" Version="11.0.1" />
2727

28-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.9.0" />
29-
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" Version="1.9.0-alpha" />
30-
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.9.0-alpha" />
28+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.10.0" />
29+
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" Version="1.10.0-alpha" />
30+
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.10.0-alpha" />
3131

3232
<PackageReference Include="Microsoft.Orleans.Server" Version="8.1.0" />
3333
<PackageReference Include="Microsoft.Orleans.Sdk" Version="8.1.0" />

samples/marketing/src/backend/Properties/ServiceDependencies/crgar-marketing-backend - Zip Deploy/profile.arm.json

-173
This file was deleted.
+4-54
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,11 @@
1-
# Learning
2-
3-
<div align="center" style="margin: 30px;">
4-
<a href="https://refine.dev">
5-
<img alt="refine logo" src="https://refine.ams3.cdn.digitaloceanspaces.com/readme/refine-readme-banner.png">
6-
</a>
7-
</div>
8-
<br/>
1+
## TODO: describe the frontend app
92

103
## How I started
114
```
12-
npm install react-flippy
5+
npm -i
136
```
147

158
## How to run it
16-
```powershell
9+
```shell
1710
npm run dev
18-
```
19-
20-
21-
22-
This [Refine](https://github.com/refinedev/refine) project was generated with [create refine-app](https://github.com/refinedev/refine/tree/master/packages/create-refine-app).
23-
24-
## Getting Started
25-
26-
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility ✨
27-
28-
Refine's hooks and components simplifies the development process and eliminates the repetitive tasks by providing industry-standard solutions for crucial aspects of a project, including authentication, access control, routing, networking, state management, and i18n.
29-
30-
## Available Scripts
31-
32-
### Running the development server.
33-
34-
```bash
35-
npm run dev
36-
```
37-
38-
### Building for production.
39-
40-
```bash
41-
npm run build
42-
```
43-
44-
### Running the production server.
45-
46-
```bash
47-
npm run start
48-
```
49-
50-
## Learn More
51-
52-
To learn more about **Refine**, please check out the [Documentation](https://refine.dev/docs)
53-
54-
- **REST Data Provider** [Docs](https://refine.dev/docs/core/providers/data-provider/#overview)
55-
- **Material UI** [Docs](https://refine.dev/docs/ui-frameworks/mui/tutorial/)
56-
- **Custom Auth Provider** [Docs](https://refine.dev/docs/core/providers/auth-provider/)
57-
58-
## License
59-
60-
MIT
61-
11+
```

samples/seed-memory/seed-memory.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
13-
<PackageReference Include="Microsoft.SemanticKernel" Version="1.6.2" />
14-
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" Version="1.6.2-alpha" />
13+
<PackageReference Include="Microsoft.SemanticKernel" Version="1.10.0" />
14+
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" Version="1.10.0-alpha" />
15+
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.10.0-alpha" />
1516
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
1617
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
1718
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.0" />

0 commit comments

Comments
 (0)