File tree Expand file tree Collapse file tree 9 files changed +51
-6
lines changed
TasksTracker.Processor.Backend.Svc
TasksTracker.TasksManager.Backend.Api
TasksTracker.WebPortal.Frontend.Ui
docs/aca/08-aca-monitoring Expand file tree Collapse file tree 9 files changed +51
-6
lines changed Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Dapr.AspNetCore" Version =" 1.14.0" />
13
13
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.15.1" />
14
14
<PackageReference Include =" SendGrid" Version =" 9.28.1" />
15
- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21 .0" />
15
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22 .0" />
16
16
</ItemGroup >
17
17
</Project >
Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Dapr.AspNetCore" Version =" 1.14.0" />
13
13
<PackageReference Include =" Microsoft.Azure.Cosmos" Version =" 3.29.0" />
14
14
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.15.1" />
15
- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21 .0" />
15
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22 .0" />
16
16
</ItemGroup >
17
17
</Project >
Original file line number Diff line number Diff line change 11
11
<ItemGroup >
12
12
<PackageReference Include =" Dapr.AspNetCore" Version =" 1.14.0" />
13
13
<PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.15.1" />
14
- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21 .0" />
14
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22 .0" />
15
15
</ItemGroup >
16
16
</Project >
Original file line number Diff line number Diff line change 9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" Dapr.AspNetCore" Version =" 1.14.0" />
12
- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21 .0" />
12
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22 .0" />
13
13
<PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 7.0.13" />
14
14
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
15
15
</ItemGroup >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >net9.0</TargetFramework >
5
+ <Nullable >enable</Nullable >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" Dapr.AspNetCore" Version =" 1.14.0" />
11
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22.0" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.0-rc.2.24474.3" />
13
+ </ItemGroup >
14
+
15
+ </Project >
16
+
Original file line number Diff line number Diff line change 9
9
10
10
<ItemGroup >
11
11
<PackageReference Include =" Dapr.AspNetCore" Version =" 1.14.0" />
12
- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21 .0" />
12
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22 .0" />
13
13
<PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 7.0.13" />
14
14
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.5.0" />
15
15
</ItemGroup >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >net9.0</TargetFramework >
5
+ <Nullable >enable</Nullable >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" Dapr.AspNetCore" Version =" 1.14.0" />
11
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22.0" />
12
+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9.0.0-rc.2.24474.3" />
13
+ </ItemGroup >
14
+
15
+ </Project >
Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" Dapr.AspNetCore" Version =" 1.14.0" />
11
- <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.21 .0" />
11
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22 .0" />
12
12
</ItemGroup >
13
13
14
14
</Project >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >net9.0</TargetFramework >
5
+ <Nullable >enable</Nullable >
6
+ <ImplicitUsings >enable</ImplicitUsings >
7
+ </PropertyGroup >
8
+
9
+ <ItemGroup >
10
+ <PackageReference Include =" Dapr.AspNetCore" Version =" 1.14.0" />
11
+ <PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22.0" />
12
+ </ItemGroup >
13
+
14
+ </Project >
You can’t perform that action at this time.
0 commit comments